diff options
author | 2012-10-25 12:46:37 +0000 | |
---|---|---|
committer | 2012-10-25 12:46:37 +0000 | |
commit | c61da6308d784b945ae0fbd9ce59153ddd5c546e (patch) | |
tree | d10f097a344deed2db03849c04115e1020368281 /media-libs/mlt/mlt-0.8.2.ebuild | |
parent | Enable maximum log levels for tests (diff) | |
download | historical-c61da6308d784b945ae0fbd9ce59153ddd5c546e.tar.gz historical-c61da6308d784b945ae0fbd9ce59153ddd5c546e.tar.bz2 historical-c61da6308d784b945ae0fbd9ce59153ddd5c546e.zip |
fix build with recent ffmpeg versions
Package-Manager: portage-2.2.0_alpha141/cvs/Linux x86_64
Manifest-Sign-Key: 0x160F534A
Diffstat (limited to 'media-libs/mlt/mlt-0.8.2.ebuild')
-rw-r--r-- | media-libs/mlt/mlt-0.8.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/mlt/mlt-0.8.2.ebuild b/media-libs/mlt/mlt-0.8.2.ebuild index 55e3c0271f0c..5b3753ba093e 100644 --- a/media-libs/mlt/mlt-0.8.2.ebuild +++ b/media-libs/mlt/mlt-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.8.2.ebuild,v 1.1 2012/08/31 03:39:11 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.8.2.ebuild,v 1.2 2012/10/25 12:46:30 aballier Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.6" @@ -66,6 +66,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${PN}-0.7.2-ruby-link.patch + epatch "${FILESDIR}"/${PN}-0.8.2-av_codec_is_encoder.patch # respect CFLAGS LDFLAGS when building shared libraries. Bug #308873 for x in python lua; do |