Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer2/files: 2.0-fmt-conversion.patch
Date: Wed, 07 Sep 2011 14:54:08
Message-Id: 20110907145356.174BA20051@flycatcher.gentoo.org
1 sping 11/09/07 14:53:56
2
3 Added: 2.0-fmt-conversion.patch
4 Log:
5 media-video/mplayer2: Fix compilation (bug #380881)
6
7 (Portage version: 2.1.10.14/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-video/mplayer2/files/2.0-fmt-conversion.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer2/files/2.0-fmt-conversion.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer2/files/2.0-fmt-conversion.patch?rev=1.1&content-type=text/plain
14
15 Index: 2.0-fmt-conversion.patch
16 ===================================================================
17 --- fmt-conversion.c 2011-03-24 22:40:29.000000000 +0100
18 +++ fmt-conversion.c 2011-09-07 16:14:35.712974663 +0200
19 @@ -18,6 +18,7 @@
20
21 #include "mp_msg.h"
22 #include "libavutil/avutil.h"
23 +#include <libavutil/pixdesc.h>
24 #include "libmpcodecs/img_format.h"
25 #include "fmt-conversion.h"