Commit d2845d68 authored by Diego Biurrun's avatar Diego Biurrun

Remove unused VERSION definition from config.mak.

Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0cfd96cc
...@@ -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