summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-06-16 12:29:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-06-16 12:29:30 +0000
commit4a9904fe473d27a277a5733976e574d982eaf72b (patch)
treed5c7687b3f777a03e99e01067f34554af8cd0d57 /media-plugins
parentOld. (diff)
downloadgentoo-2-4a9904fe473d27a277a5733976e574d982eaf72b.tar.gz
gentoo-2-4a9904fe473d27a277a5733976e574d982eaf72b.tar.bz2
gentoo-2-4a9904fe473d27a277a5733976e574d982eaf72b.zip
fix build with ffmpeg >= 0.6
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-osdpip/ChangeLog8
-rw-r--r--media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild8
2 files changed, 11 insertions, 5 deletions
diff --git a/media-plugins/vdr-osdpip/ChangeLog b/media-plugins/vdr-osdpip/ChangeLog
index 20ca079b9eaf..956a72409810 100644
--- a/media-plugins/vdr-osdpip/ChangeLog
+++ b/media-plugins/vdr-osdpip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-osdpip
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.10 2009/09/22 05:28:32 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.11 2010/06/16 12:29:30 aballier Exp $
+
+ 16 Jun 2010; Alexis Ballier <aballier@gentoo.org>
+ vdr-osdpip-0.0.10.ebuild:
+ fix build with ffmpeg >= 0.6
22 Sep 2009; Alexis Ballier <aballier@gentoo.org>
vdr-osdpip-0.0.10.ebuild, +files/vdr-osdpip-0.0.10-avutil50.patch:
diff --git a/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild b/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild
index eac8961c492b..d05dac0938e2 100644
--- a/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild
+++ b/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.3 2009/09/22 05:28:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.4 2010/06/16 12:29:30 aballier Exp $
-inherit vdr-plugin
+inherit vdr-plugin flag-o-matic
DESCRIPTION="VDR plugin: Show another channel in the OSD"
HOMEPAGE="http://www.magoa.net/linux"
@@ -33,4 +33,6 @@ src_unpack() {
#epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326-new_header.diff"
sed -i Makefile -e 's/#WITH_NEW_FFMPEG_HEADERS/WITH_NEW_FFMPEG_HEADERS/'
fi
+ # UINT64_C is needed by ffmpeg headers
+ append-flags -D__STDC_CONSTANT_MACROS
}