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 | |
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)
-rw-r--r-- | media-video/libav/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/libav/libav-0.8.9999.ebuild | 6 | ||||
-rw-r--r-- | media-video/libav/libav-9999.ebuild | 6 |
3 files changed, 7 insertions, 11 deletions
diff --git a/media-video/libav/ChangeLog b/media-video/libav/ChangeLog index b0bf339c6b90..94993b1058da 100644 --- a/media-video/libav/ChangeLog +++ b/media-video/libav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/libav # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.82 2012/05/14 09:14:27 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.83 2012/05/14 09:16:01 scarabeus Exp $ + + 14 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> libav-0.8.9999.ebuild, + libav-9999.ebuild: + Drop code that is commented since ever. 14 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> libav-0.8.2-r1.ebuild, libav-0.8.9999.ebuild: diff --git a/media-video/libav/libav-0.8.9999.ebuild b/media-video/libav/libav-0.8.9999.ebuild index ae8ebb70039d..a6842758af33 100644 --- a/media-video/libav/libav-0.8.9999.ebuild +++ b/media-video/libav/libav-0.8.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-0.8.9999.ebuild,v 1.13 2012/05/14 09:14:27 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.9999.ebuild,v 1.14 2012/05/14 09:16:01 scarabeus Exp $ EAPI=4 @@ -156,10 +156,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" 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" |