r1499 - /experimental/ffmpeg-debian/debian/fixup-config.sh

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Sep 25 20:10:02 UTC 2008


Author: siretart
Date: Thu Sep 25 20:10:01 2008
New Revision: 1499

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1499
Log:

adjust fixup_config.sh for new strip.sh

Modified:
    experimental/ffmpeg-debian/debian/fixup-config.sh

Modified: experimental/ffmpeg-debian/debian/fixup-config.sh
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg-debian/debian/fixup-config.sh?rev=1499&op=diff
==============================================================================
--- experimental/ffmpeg-debian/debian/fixup-config.sh (original)
+++ experimental/ffmpeg-debian/debian/fixup-config.sh Thu Sep 25 20:10:01 2008
@@ -6,7 +6,7 @@
 # This script fixes up the build by adding adding required #defines to
 # config.h
 
-EXPECTED_CODECS="H261 H263 H263P MSMPEG4V1 MSMPEG4V2 MSMPEG4V3 MPEG4 MPEG2VIDEO"
+EXPECTED_CODECS="H263 H263P MSMPEG4V1 MSMPEG4V2 MSMPEG4V3 MPEG4 MPEG2VIDEO"
 echo "#ifndef FIXUP_CONFIG_"
 echo "#define FIXUP_CONFIG_"
 for codec in $EXPECTED_CODECS; do




More information about the pkg-multimedia-commits mailing list