r1498 - in /experimental/ffmpeg-debian/debian: changelog strip.sh
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Thu Sep 25 20:00:43 UTC 2008
Author: siretart
Date: Thu Sep 25 20:00:43 2008
New Revision: 1498
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1498
Log:
reenable h261 encoder (Closes: #459073)
Modified:
experimental/ffmpeg-debian/debian/changelog
experimental/ffmpeg-debian/debian/strip.sh
Modified: experimental/ffmpeg-debian/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg-debian/debian/changelog?rev=1498&op=diff
==============================================================================
--- experimental/ffmpeg-debian/debian/changelog (original)
+++ experimental/ffmpeg-debian/debian/changelog Thu Sep 25 20:00:43 2008
@@ -16,6 +16,7 @@
completely.
- reporter claims that a newer snapshot fixes a crash in the dca decoder.
Thanks to "Alexander E. Patrakov" <patrakov at gmail.com> (Closes: #496612)
+ * reenable h261 encoder (Closes: #459073)
[ Fabian Greffrath ]
* debian/{ffmpeg,lib*-dev}.install:
Modified: experimental/ffmpeg-debian/debian/strip.sh
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg-debian/debian/strip.sh?rev=1498&op=diff
==============================================================================
--- experimental/ffmpeg-debian/debian/strip.sh (original)
+++ experimental/ffmpeg-debian/debian/strip.sh Thu Sep 25 20:00:43 2008
@@ -1,6 +1,6 @@
# strip/clean the code from potentially dangerous patented code
-for codec in 'h26.*' mpeg2video mpeg4 'msmpeg4.*'; do
+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
More information about the pkg-multimedia-commits
mailing list