summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 798ee47ef8..703c2bdfdf 100755
--- a/configure
+++ b/configure
@@ -4701,9 +4701,12 @@ if test "$_ivtv" = yes ; then
_def_ivtv='#define HAVE_IVTV 1'
_vosrc="$_vosrc vo_ivtv.c"
_vomodules="ivtv $_vomodules"
+ _aosrc="$_aosrc ao_ivtv.c"
+ _aomodules="ivtv $_aomodules"
else
_def_ivtv='#undef HAVE_IVTV'
_novomodules="ivtv $_novomodules"
+ _noaomodules="ivtv $_noaomodules"
fi
echores "$_ivtv"