diff options
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 94ad5bcaa02d..91a70b286346 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -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) ) |