Mercurial > mplayer.hg
comparison configure @ 19224:3fc39ced158e
added audio output for ivtv cards
author | ben |
---|---|
date | Fri, 28 Jul 2006 21:36:03 +0000 |
parents | e01c2017f4da |
children | 5ff55ce59ab4 |
comparison
equal
deleted
inserted
replaced
19223:8a6f1e76f00b | 19224:3fc39ced158e |
---|---|
4699 fi | 4699 fi |
4700 if test "$_ivtv" = yes ; then | 4700 if test "$_ivtv" = yes ; then |
4701 _def_ivtv='#define HAVE_IVTV 1' | 4701 _def_ivtv='#define HAVE_IVTV 1' |
4702 _vosrc="$_vosrc vo_ivtv.c" | 4702 _vosrc="$_vosrc vo_ivtv.c" |
4703 _vomodules="ivtv $_vomodules" | 4703 _vomodules="ivtv $_vomodules" |
4704 _aosrc="$_aosrc ao_ivtv.c" | |
4705 _aomodules="ivtv $_aomodules" | |
4704 else | 4706 else |
4705 _def_ivtv='#undef HAVE_IVTV' | 4707 _def_ivtv='#undef HAVE_IVTV' |
4706 _novomodules="ivtv $_novomodules" | 4708 _novomodules="ivtv $_novomodules" |
4709 _noaomodules="ivtv $_noaomodules" | |
4707 fi | 4710 fi |
4708 echores "$_ivtv" | 4711 echores "$_ivtv" |
4709 | 4712 |
4710 | 4713 |
4711 echocheck "libfame" | 4714 echocheck "libfame" |