From 8a1b10351bca7f0b05b09b17b7ea5a992071e3aa Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Mon, 28 Apr 2008 22:54:18 +0000 Subject: make it work with some newer versions of ffmpeg, see bug 218105; patch provided by Ben de Groot Package-Manager: portage-2.1.4.4 --- media-sound/cmus/files/cmus-2.2.0-new-ffmpeg.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 media-sound/cmus/files/cmus-2.2.0-new-ffmpeg.patch (limited to 'media-sound/cmus/files') diff --git a/media-sound/cmus/files/cmus-2.2.0-new-ffmpeg.patch b/media-sound/cmus/files/cmus-2.2.0-new-ffmpeg.patch new file mode 100644 index 000000000000..89812b21b193 --- /dev/null +++ b/media-sound/cmus/files/cmus-2.2.0-new-ffmpeg.patch @@ -0,0 +1,15 @@ +--- cmus-2.2.0-orig/ffmpeg.c 2007-07-27 16:52:13.000000000 +0200 ++++ cmus-2.2.0/ffmpeg.c 2008-04-25 16:32:40.000000000 +0200 +@@ -18,9 +18,9 @@ + */ + + #include +-#include +-#include +-#include ++#include ++#include ++#include + + #include "ip.h" + #include "xmalloc.h" -- cgit v1.2.3-65-gdbad