media-video/libav: Update to current git
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 17 Oct 2017 10:12:57 +0000 (10:12 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 17 Oct 2017 10:13:33 +0000 (10:13 +0000)
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

media-video/libav/libav-9999.ebuild

index 53e4dbcf9f892a53918054d8d2754374dc774f9a..1bba920f5df52a1e0fb32dc6aa19d5b7259d4fb7 100644 (file)
@@ -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 )