commit:     94cddf332533c623aea732db9aa1eb106e36a3a6
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 10:12:57 2017 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 10:13:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cddf33

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

 media-video/libav/libav-9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-video/libav/libav-9999.ebuild 
b/media-video/libav/libav-9999.ebuild
index 53e4dbcf9f8..1bba920f5df 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 )

Reply via email to