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"
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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment