summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-01-02 02:35:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-01-02 02:35:39 +0000
commite6f3026779b5b706ebf067f3b010e4661d01bd98 (patch)
tree1c7cb8a23ecc1c95fb71490e1f6396cad9557677 /media-video
parentdev-vcs/gitg: Remove gone configure option, integrate test suite (diff)
downloadgentoo-2-e6f3026779b5b706ebf067f3b010e4661d01bd98.tar.gz
gentoo-2-e6f3026779b5b706ebf067f3b010e4661d01bd98.tar.bz2
gentoo-2-e6f3026779b5b706ebf067f3b010e4661d01bd98.zip
The internal copy of faad2 is gone, bug #350316
(Portage version: 2.2.0_alpha11/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mplayer/ChangeLog7
-rw-r--r--media-video/mplayer/mplayer-9999.ebuild5
2 files changed, 7 insertions, 5 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog
index fd33c27c6b7c..309d6ea6bc0d 100644
--- a/media-video/mplayer/ChangeLog
+++ b/media-video/mplayer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/mplayer
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.769 2010/12/19 10:54:52 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.770 2011/01/02 02:35:39 aballier Exp $
+
+ 02 Jan 2011; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
+ The internal copy of faad2 is gone, bug #350316
*mplayer-1.0_rc4_p20101219 (19 Dec 2010)
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
index 82a206f5c64e..a43d87eabdae 100644
--- a/media-video/mplayer/mplayer-9999.ebuild
+++ b/media-video/mplayer/mplayer-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.86 2010/12/19 10:54:52 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.87 2011/01/02 02:35:39 aballier Exp $
EAPI=3
@@ -386,7 +386,6 @@ src_configure() {
# Codecs #
##########
myconf+=" --disable-musepack" # Use internal musepack codecs for SV7 and SV8 support
- myconf+=" --disable-faad-internal" # always use system media-libs/faad2
myconf+=" --disable-libmpeg2-internal" # always use system media-libs/libmpeg2
use dirac || myconf+=" --disable-libdirac-lavc"
use dts || myconf+=" --disable-libdca"