From 6c6f7ba5fd613d4340a02be414b7cf86cfddfc99 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 23 Apr 2007 07:28:48 +0000 Subject: [PATCH] Set _audio_input to yes for V4L2 as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23093 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) 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'