[SCM] FFmpeg packaging branch, master, updated. upstream/0.svn20090110-28-g2236cc3

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Jan 20 08:15:49 UTC 2009


The following commit has been merged in the master branch:
commit 0bee82e4ee8c715bb21d3c02f9b1d5e121a2682a
Author: Reinhard Tartler <siretart at faui44a.informatik.uni-erlangen.de>
Date:   Mon Jan 19 23:23:17 2009 +0100

    fix fixup-config.sh to match upstream changes
    
    upstream has decided that the defines ENABLE_*_ENCODER need to be
    renamed to CONFIG_*_ENCODER.

diff --git a/debian/fixup-config.sh b/debian/fixup-config.sh
index a1dba89..4509885 100644
--- a/debian/fixup-config.sh
+++ b/debian/fixup-config.sh
@@ -10,6 +10,6 @@ EXPECTED_CODECS="H263 H263P MSMPEG4V1 MSMPEG4V2 MSMPEG4V3 MPEG4 MPEG2VIDEO"
 echo "#ifndef FIXUP_CONFIG_"
 echo "#define FIXUP_CONFIG_"
 for codec in $EXPECTED_CODECS; do
-    echo "#define ENABLE_${codec}_ENCODER 0"
+    echo "#define CONFIG_${codec}_ENCODER 0"
 done
 echo "#endif"

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list