diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-06-18 06:57:00 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-06-18 06:57:00 +0000 |
commit | c875b840d7004cca8279975251bbcb7b9b513bcf (patch) | |
tree | 87651d6e58425f963aeb8f692263853a2f9612a9 /media-video | |
parent | Masking deprecated postgres virtuals (diff) | |
download | gentoo-2-c875b840d7004cca8279975251bbcb7b9b513bcf.tar.gz gentoo-2-c875b840d7004cca8279975251bbcb7b9b513bcf.tar.bz2 gentoo-2-c875b840d7004cca8279975251bbcb7b9b513bcf.zip |
cosmetics patch by Nikoli <nikoli@lavabit.com>, bug #324453
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999-r1.ebuild b/media-video/ffmpeg/ffmpeg-9999-r1.ebuild index a779907adfca..75f894e68774 100644 --- a/media-video/ffmpeg/ffmpeg-9999-r1.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild,v 1.41 2010/06/18 06:50:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild,v 1.42 2010/06/18 06:57:00 aballier Exp $ EAPI="2" @@ -138,8 +138,7 @@ src_configure() { use threads && myconf="${myconf} --enable-pthreads" # Decoders - use amr && myconf="${myconf} --enable-libopencore-amrwb - --enable-libopencore-amrnb" + use amr && myconf="${myconf} --enable-libopencore-amrwb --enable-libopencore-amrnb" for i in gsm faad dirac rtmp schroedinger speex vpx; do use ${i} && myconf="${myconf} --enable-lib${i}" done |