simplified version handling - set win32 install path

Originally committed as revision 2262 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-09-11 22:43:29 +00:00
parent e9cc5211a4
commit 258207b7fc
1 changed files with 4 additions and 2 deletions

6
configure vendored
View File

@ -504,6 +504,7 @@ if test "$mingw32" = "yes" ; then
audio_oss="no"
dv1394="no"
network="no"
prefix="/c/Progra~1/FFmpeg"
fi
cc="${cross_prefix}${cc}"
@ -957,8 +958,9 @@ if test "$lshared" = "yes" ; then
echo "PIC=-fPIC" >> config.mak
fi
echo "EXTRALIBS=$extralibs" >> config.mak
echo "VERSION=`head $source_path/VERSION`" >>config.mak
echo "" >>config.mak
version=`grep '#define FFMPEG_VERSION ' $source_path/libavcodec/avcodec.h |
cut -d '"' -f 2`
echo "VERSION=$version" >>config.mak
# if you do not want to use encoders, disable that.
echo "#define CONFIG_ENCODERS 1" >> $TMPH
echo "CONFIG_ENCODERS=yes" >> config.mak