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

8
configure vendored
View File

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