diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2009-05-10 21:56:08 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2009-05-10 21:56:08 +0800 |
commit | e968bd949c60204c3c2306c1a1b22723b4b1fc98 (patch) | |
tree | 5ca1c4f6911aa5d2b58158ff786350453ac88ecd /multimedia | |
parent | 9912179080571556ef4d82c5e1574a70ca6abd2a (diff) | |
download | freebsd-ports-gnome-e968bd949c60204c3c2306c1a1b22723b4b1fc98.tar.gz freebsd-ports-gnome-e968bd949c60204c3c2306c1a1b22723b4b1fc98.tar.zst freebsd-ports-gnome-e968bd949c60204c3c2306c1a1b22723b4b1fc98.zip |
Remove old patch that should be removed in previous commit.
Reported by: QAT, Juergen Lock <nox@jelal.kn-bremen.de>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libxine/files/patch-src_combined_ffmpeg_Makefile.in | 12 |
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 |