Commit 8b95eeba authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5742 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a03be5c1
...@@ -327,10 +327,10 @@ TMPH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h" ...@@ -327,10 +327,10 @@ TMPH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.h"
logging="yes" logging="yes"
logfile="config.err" logfile="config.err"
prefix="/usr/local" prefix="/usr/local"
libdir="${prefix}/lib" libdir='${prefix}/lib'
incdir="${prefix}/include/ffmpeg" incdir='${prefix}/include/ffmpeg'
mandir="${prefix}/man" mandir='${prefix}/man'
bindir="${prefix}/bin" bindir='${prefix}/bin'
cross_prefix="" cross_prefix=""
cross_compile="no" cross_compile="no"
cc="gcc" cc="gcc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment