public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: mplayer-1.1-codecid.patch
@ 2012-08-22 15:24 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-08-22 15:24 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/22 15:24:11

  Added:                mplayer-1.1-codecid.patch
  Log:
  add upstream build fix against ffmpeg git master
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/mplayer/files/mplayer-1.1-codecid.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/mplayer-1.1-codecid.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/mplayer-1.1-codecid.patch?rev=1.1&content-type=text/plain

Index: mplayer-1.1-codecid.patch
===================================================================
r35075 | iive | 2012-08-11 12:42:43 -0400 (Sat, 11 Aug 2012) | 4 lines

Quick Build Fix. FFmpeg CodecID is redefined as AVCodecID.
It needs the FFmpeg includes in all places that use it.


Index: libmpdemux/mp_taglists.h
===================================================================
--- libmpdemux/mp_taglists.h	(revision 35074)
+++ libmpdemux/mp_taglists.h	(revision 35075)
@@ -20,6 +20,8 @@
 #define MPLAYER_MP_TAGLISTS_H
 
 #include <stdint.h>
+#include "libavutil/common.h"
+#include "libavformat/avformat.h"
 
 enum CodecID mp_tag2codec_id(uint32_t tag, int audio);
 uint32_t mp_codec_id2tag(enum CodecID codec_id, uint32_t old_tag, int audio);





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-22 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 15:24 [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: mplayer-1.1-codecid.patch Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox