summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-28 21:36:03 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-28 21:36:03 +0000
commit6e33f2b9addb9d89614ddaeff5f3cecaa5c7d11d (patch)
tree1bc111dbb0b783cb98de8dc4d3f048bd41a53332 /configure
parent03c7cf5f51714fc6dc2c65b2f3e7f81ea9e75613 (diff)
downloadmpv-6e33f2b9addb9d89614ddaeff5f3cecaa5c7d11d.tar.bz2
mpv-6e33f2b9addb9d89614ddaeff5f3cecaa5c7d11d.tar.xz
added audio output for ivtv cards
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19229 b3059339-0415-0410-9bf9-f77b7e298cf2
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"