diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-22 20:05:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-22 20:05:51 +0000 |
commit | c39c03c08781a29630a7164fcef99edb9c2bdc3d (patch) | |
tree | 0d79d2bb09a7d10f63a6a26866efe2c3513fee68 /media-tv/xdtv/xdtv-2.4.0.ebuild | |
parent | Re-add ~ia64 wrt #238171 (diff) | |
download | gentoo-2-c39c03c08781a29630a7164fcef99edb9c2bdc3d.tar.gz gentoo-2-c39c03c08781a29630a7164fcef99edb9c2bdc3d.tar.bz2 gentoo-2-c39c03c08781a29630a7164fcef99edb9c2bdc3d.zip |
Fix build with latest ffmpeg
(Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'media-tv/xdtv/xdtv-2.4.0.ebuild')
-rw-r--r-- | media-tv/xdtv/xdtv-2.4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-tv/xdtv/xdtv-2.4.0.ebuild b/media-tv/xdtv/xdtv-2.4.0.ebuild index 0d5db09d05c3..15623f6c772e 100644 --- a/media-tv/xdtv/xdtv-2.4.0.ebuild +++ b/media-tv/xdtv/xdtv-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild,v 1.6 2008/04/01 21:06:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild,v 1.7 2008/09/22 20:05:51 aballier Exp $ inherit eutils multilib flag-o-matic toolchain-funcs autotools @@ -104,6 +104,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-ffmpeg.patch" epatch "${FILESDIR}/${P}-ffmpegheaders.patch" + epatch "${FILESDIR}/${P}-lavc.patch" eautoreconf } |