diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-22 21:11:12 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-28 15:47:18 +0300 |
commit | 810e79822f39d8044a242d688fa09ed5a60139da (patch) | |
tree | a81a9fdee047d1eb88a8ed198cbb7d86929654f8 /media-video/mpv | |
parent | media-video/mpv: comment on automagic VDPAU HW acceleration (diff) | |
download | gentoo-810e79822f39d8044a242d688fa09ed5a60139da.tar.gz gentoo-810e79822f39d8044a242d688fa09ed5a60139da.tar.bz2 gentoo-810e79822f39d8044a242d688fa09ed5a60139da.zip |
media-video/mpv: explicitly enable audio input in Video4Linux streams
Package-Manager: portage-2.2.24
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) ) |