[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:13 UTC 2009


The following commit has been merged in the master branch:
commit 86fa29a102fe4a37524cc2b1170c13984a948361
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Jul 6 14:18:58 2009 +0200

    Finally remove strip.sh.

diff --git a/debian/strip.sh b/debian/strip.sh
deleted file mode 100755
index d71fc58..0000000
--- a/debian/strip.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# strip/clean the code from potentially dangerous patented code
-for codec in 'h263.*' 'h264.*' mpeg2video mpeg4 'msmpeg4.*'; do
-    F=libavcodec/allcodecs.c
-    sed -i "/REGISTER_ENCODER.*\\<$codec\\>/d" $F
-    sed -i "s/REGISTER_ENCDEC\\(.*\\<$codec\\>\\)/REGISTER_DECODER\\1/" $F
-    F=libavcodec/*.c
-    sed -i "/AVCodec *${codec}_encoder *=/,/^[[:space:]]*}/d" $F
-done

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list