1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Set _audio_input to yes for V4L2 as well.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23093 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-23 07:28:48 +00:00
parent c9cfb8eed3
commit 6c6f7ba5fd

1
configure vendored
View File

@ -6820,6 +6820,7 @@ EOF
fi
fi
if test "$_tv_v4l2" = yes ; then
_audio_input=yes
_tv_v4l=yes
_def_tv_v4l='#define HAVE_TV_V4L 1'
_def_tv_v4l2='#define HAVE_TV_V4L2 1'