[Ffmpeg-cvslog] r5501 - trunk/configure

diego subversion
Tue Jun 20 02:04:14 CEST 2006


Author: diego
Date: Tue Jun 20 02:04:14 2006
New Revision: 5501

Modified:
   trunk/configure

Log:
Remove unused VERSION definition from config.mak.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Jun 20 02:04:14 2006
@@ -1665,9 +1665,7 @@
   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




More information about the ffmpeg-cvslog mailing list