summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-23 07:28:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-23 07:28:48 +0000
commit6c6f7ba5fd613d4340a02be414b7cf86cfddfc99 (patch)
tree84651a0538a1ac7d60c8ef451acafc076a638c88 /configure
parentc9cfb8eed3f5fa7365b603b152176cfe31cc3f53 (diff)
downloadmpv-6c6f7ba5fd613d4340a02be414b7cf86cfddfc99.tar.bz2
mpv-6c6f7ba5fd613d4340a02be414b7cf86cfddfc99.tar.xz
Set _audio_input to yes for V4L2 as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23093 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 390631a25d..a9ea510b2f 100755
--- a/configure
+++ b/configure
@@ -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'