Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/cmus/files: cmus-2.2.0-new-ffmpeg.patch
Date: Mon, 28 Apr 2008 22:54:21
Message-Id: E1JqcEl-00027y-3n@stork.gentoo.org
1 opfer 08/04/28 22:54:19
2
3 Added: cmus-2.2.0-new-ffmpeg.patch
4 Log:
5 make it work with some newer versions of ffmpeg, see bug 218105; patch provided by Ben de Groot <yngwin AT gentoo DOT org>
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 media-sound/cmus/files/cmus-2.2.0-new-ffmpeg.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cmus/files/cmus-2.2.0-new-ffmpeg.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cmus/files/cmus-2.2.0-new-ffmpeg.patch?rev=1.1&content-type=text/plain
13
14 Index: cmus-2.2.0-new-ffmpeg.patch
15 ===================================================================
16 --- cmus-2.2.0-orig/ffmpeg.c 2007-07-27 16:52:13.000000000 +0200
17 +++ cmus-2.2.0/ffmpeg.c 2008-04-25 16:32:40.000000000 +0200
18 @@ -18,9 +18,9 @@
19 */
20
21 #include <stdio.h>
22 -#include <ffmpeg/avcodec.h>
23 -#include <ffmpeg/avformat.h>
24 -#include <ffmpeg/avio.h>
25 +#include <libavcodec/avcodec.h>
26 +#include <libavformat/avformat.h>
27 +#include <libavformat/avio.h>
28
29 #include "ip.h"
30 #include "xmalloc.h"
31
32
33
34 --
35 gentoo-commits@l.g.o mailing list