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

Originally committed as revision 5742 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-07-14 11:21:37 +00:00
parent 6b7f5b3eb8
commit d14ed1f21b
1 changed files with 4 additions and 4 deletions

8
configure vendored
View File

@ -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"