media-video/mpv: explicitly enable audio input in Video4Linux streams
authorIlya Tumaykin <itumaykin@gmail.com>
Tue, 22 Dec 2015 18:11:12 +0000 (21:11 +0300)
committerIlya Tumaykin <itumaykin@gmail.com>
Mon, 28 Dec 2015 12:47:18 +0000 (15:47 +0300)
Package-Manager: portage-2.2.24

media-video/mpv/mpv-9999.ebuild

index 94ad5bcaa02d5613a6417233c616962e92a575e4..91a70b28634696a1e24eb8217e8b33df9bb715fe 100644 (file)
@@ -43,6 +43,7 @@ REQUIRED_USE="
        opengl? ( || ( wayland X ) )
        pvr? ( v4l )
        uchardet? ( iconv )
+       v4l? ( || ( alsa oss ) )
        vaapi? ( X )
        vdpau? ( X )
        wayland? ( opengl )
@@ -239,6 +240,7 @@ src_configure() {
                $(use_enable v4l tv)
                $(use_enable v4l tv-v4l2)
                $(use_enable v4l libv4l2)
+               $(use_enable v4l audio-input)
                $(use_enable pvr)
                $(use_enable dvb dvbin)
        )