From d2845d68c8f7c6bce632bac8e2cee56c73b7db89 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Jun 2006 00:04:14 +0000 Subject: Remove unused VERSION definition from config.mak. Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index 13e49d120d..f772ed13d5 100755 --- 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 -- cgit v1.2.3