diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-06-20 00:04:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-20 00:04:14 +0000 |
commit | d2845d68c8f7c6bce632bac8e2cee56c73b7db89 (patch) | |
tree | 5c1a6692f8e616ccec1c1411e91aa3767482c1d7 /configure | |
parent | 0cfd96cc1f7f355d8afce7cb088a08f6b47e3426 (diff) | |
download | ffmpeg-d2845d68c8f7c6bce632bac8e2cee56c73b7db89.tar.gz |
Remove unused VERSION definition from config.mak.
Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |