summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2017-10-17 10:12:57 +0000
committerLuca Barbato <lu_zero@gentoo.org>2017-10-17 10:13:33 +0000
commit94cddf332533c623aea732db9aa1eb106e36a3a6 (patch)
treef82e508403b9263fecee1e4071d1cf7baf4706be /media-video
parentdev-util/geany-plugins: stable 1.30 for ppc, bug #622002 (thanks to ernsteisw... (diff)
downloadgentoo-94cddf332533c623aea732db9aa1eb106e36a3a6.tar.gz
gentoo-94cddf332533c623aea732db9aa1eb106e36a3a6.tar.bz2
gentoo-94cddf332533c623aea732db9aa1eb106e36a3a6.zip
media-video/libav: Update to current git
The outdev support is dropped upstream due inherent brokeness: since the output does not have a mean to rate-control or synchronization it cannot be really used in most situation. Package-Manager: Portage-2.3.8, Repoman-2.3.2
Diffstat (limited to 'media-video')
-rw-r--r--media-video/libav/libav-9999.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild
index 53e4dbcf9f89..1bba920f5df5 100644
--- a/media-video/libav/libav-9999.ebuild
+++ b/media-video/libav/libav-9999.ebuild
@@ -220,10 +220,7 @@ multilib_src_configure() {
use ${i} || myconf+=( --disable-indev=${i} )
done
use X && myconf+=( --enable-libxcb )
- # Outdevs
- for i in alsa oss ; do
- use ${i} || myconf+=( --disable-outdev=${i} )
- done
+
# libavfilter options
use bs2b && myconf+=( --enable-libbs2b )
multilib_is_native_abi && use frei0r && myconf+=( --enable-frei0r )