mirror of https://git.ffmpeg.org/ffmpeg.git
simplified version handling - set win32 install path
Originally committed as revision 2262 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e9cc5211a4
commit
258207b7fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue