diff options
Diffstat (limited to 'media-libs/libvpx/libvpx-1.0.0.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-1.0.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/libvpx/libvpx-1.0.0.ebuild b/media-libs/libvpx/libvpx-1.0.0.ebuild index 66333ec72656..b0707c272011 100644 --- a/media-libs/libvpx/libvpx-1.0.0.ebuild +++ b/media-libs/libvpx/libvpx-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.12 2012/08/14 15:58:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.13 2013/01/15 22:36:05 ssuominen Exp $ EAPI=4 inherit multilib toolchain-funcs eutils @@ -42,6 +42,8 @@ src_prepare() { epatch "${FILESDIR}"/${P}-support-arm.patch } src_configure() { + unset CODECS #357487 + #let the build system decide which AS to use (it honours $AS but #then feeds it with yasm flags without checking...) bug 345161 unset AS |