diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-14 09:16:01 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-14 09:16:01 +0000 |
commit | 908886c9c0678f53d80e6a5957cc787f7ce91fa0 (patch) | |
tree | c81b60b3bbababf5a3a932ef815142092cc3aaee /media-video/libav/libav-9999.ebuild | |
parent | Fix the cosmetic also on 0.8 branch as requested. (diff) | |
download | gentoo-2-908886c9c0678f53d80e6a5957cc787f7ce91fa0.tar.gz gentoo-2-908886c9c0678f53d80e6a5957cc787f7ce91fa0.tar.bz2 gentoo-2-908886c9c0678f53d80e6a5957cc787f7ce91fa0.zip |
Drop code that is commented since ever.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'media-video/libav/libav-9999.ebuild')
-rw-r--r-- | media-video/libav/libav-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index 892dbbde5556..9f23f22c548b 100644 --- a/media-video/libav/libav-9999.ebuild +++ b/media-video/libav/libav-9999.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-video/libav/libav-9999.ebuild,v 1.42 2012/05/14 08:29:07 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.43 2012/05/14 09:16:01 scarabeus Exp $ EAPI=4 @@ -160,10 +160,6 @@ src_configure() { use custom-cflags && myconf+=" --disable-optimizations" use cpudetection && myconf+=" --enable-runtime-cpudetect" - #for i in h264_vdpau mpeg1_vdpau mpeg_vdpau vc1_vdpau wmv3_vdpau; do - # use video_cards_nvidia || myconf="${myconf} --disable-decoder=${i}" - # use vdpau || myconf="${myconf} --disable-decoder=${i}" - #done use vdpau || myconf+=" --disable-vdpau" use vaapi && myconf+=" --enable-vaapi" |