[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090609-1-14-gc397693

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Jul 9 07:47:12 UTC 2009


The following commit has been merged in the master branch:
commit 0d46b42886f5de16868491bae6c8f2bd2a714528
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Jul 6 14:17:56 2009 +0200

    Remove debian/fixup-config.sh which was only a hack needed to repair the crippled config.h

diff --git a/debian/fixup-config.sh b/debian/fixup-config.sh
deleted file mode 100644
index 4509885..0000000
--- a/debian/fixup-config.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# debian/strip.sh forcefully removes certain encoders which are expected
-# to be available in some parts of the code. They aren't used if they
-# are disabled properly, but certain macros do need to be defined.
-#
-# This script fixes up the build by adding adding required #defines to
-# config.h
-
-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 CONFIG_${codec}_ENCODER 0"
-done
-echo "#endif"

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list