/[pkg-multimedia]/experimental/ffmpeg/debian/strip.sh
ViewVC logotype

Contents of /experimental/ffmpeg/debian/strip.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 923 - (show annotations) (download) (as text)
Wed Dec 5 16:32:51 2007 UTC (10 years, 1 month ago) by siretart
File MIME type: application/x-sh
File size: 374 byte(s)
branching from current unstable branch

1
2 # strip/clean the code from potentially dangerous patented code
3 for codec in 'h26.*' mpeg2video mpeg4 'msmpeg4.*' x264 xvid; do
4 F=libavcodec/allcodecs.c
5 sed -i "/REGISTER_ENCODER.*\\<$codec\\>/d" $F
6 sed -i "s/REGISTER_ENCDEC\\(.*\\<$codec\\>\\)/REGISTER_DECODER\\1/" $F
7 F=libavcodec/*.c
8 sed -i "/AVCodec *${codec}_encoder *=/,/^[[:space:]]*}/d" $F
9 done

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5