提交 d14ed1f2 编写于 作者: D Diego Biurrun

10l: the ${prefix} variable should not be expanded when setting path defaults.

Originally committed as revision 5742 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6b7f5b3e
......@@ -327,10 +327,10 @@ TMPH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h"
logging="yes"
logfile="config.err"
prefix="/usr/local"
libdir="${prefix}/lib"
incdir="${prefix}/include/ffmpeg"
mandir="${prefix}/man"
bindir="${prefix}/bin"
libdir='${prefix}/lib'
incdir='${prefix}/include/ffmpeg'
mandir='${prefix}/man'
bindir='${prefix}/bin'
cross_prefix=""
cross_compile="no"
cc="gcc"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册