Commit 28476779 authored by diego's avatar diego

Remove unused VERSION definition from config.mak.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5501 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ffa769b2
...@@ -1665,9 +1665,7 @@ if test "$lshared" = "yes" ; then ...@@ -1665,9 +1665,7 @@ if test "$lshared" = "yes" ; then
echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak
fi fi
echo "EXTRALIBS=$extralibs" >> config.mak echo "EXTRALIBS=$extralibs" >> 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 them. # If you do not want to use encoders, disable them.
echo "#define CONFIG_ENCODERS 1" >> $TMPH echo "#define CONFIG_ENCODERS 1" >> $TMPH
echo "CONFIG_ENCODERS=yes" >> config.mak echo "CONFIG_ENCODERS=yes" >> config.mak
......
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