Remove unused VERSION definition from config.mak.
authorDiego Biurrun <diego@biurrun.de>
Tue, 20 Jun 2006 00:04:14 +0000 (00:04 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 20 Jun 2006 00:04:14 +0000 (00:04 +0000)
Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 13e49d1..f772ed1 100755 (executable)
--- a/configure
+++ b/configure
@@ -1665,9 +1665,7 @@ if test "$lshared" = "yes" ; then
   echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak
 fi
 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.
 echo "#define CONFIG_ENCODERS 1" >> $TMPH
 echo "CONFIG_ENCODERS=yes" >> config.mak