aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libxine/files/patch-src_combined_ffmpeg_Makefile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/multimedia/libxine/files/patch-src_combined_ffmpeg_Makefile.in b/multimedia/libxine/files/patch-src_combined_ffmpeg_Makefile.in
deleted file mode 100644
index 5a11127433ae..000000000000
--- a/multimedia/libxine/files/patch-src_combined_ffmpeg_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/combined/ffmpeg/Makefile.in.orig 2009-03-01 12:02:37.000000000 +0900
-+++ src/combined/ffmpeg/Makefile.in 2009-03-01 12:36:05.000000000 +0900
-@@ -890,7 +890,8 @@
- avcodec_audio.list avcodec_video.list:
- echo '#include "$(srcdir)/ffmpeg_decoder.h"' | $(AV_CPP) - |\
- sed -e $(AV_CODECS)'! d; s/^\s*//; s/[=,].*//; /^$$/ d' |\
-- head -n -1 >$@
-+ $(PERL) -pe "s/^\s*//" > $@
-+ sed -i.bak -e '$$d' $@
-
- # Generate the mappings. These are #included where needed.
- ff_%_list.h: $(srcdir)/mkcodeclist.pl avcodec_%.list $(srcdir)/xine_%.list