Mercurial > mplayer.hg
changeset 3241:71075e783b04
fixed xanim detection (also present on non-x86 too - look at xanim homepage) and added tv into _inputmodules
author | alex |
---|---|
date | Sat, 01 Dec 2001 14:41:54 +0000 |
parents | fbdb14138675 |
children | a5f693377e23 |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Dec 01 12:24:46 2001 +0000 +++ b/configure Sat Dec 01 14:41:54 2001 +0000 @@ -2113,20 +2113,16 @@ if test "$_xanim" = auto ; then _xanim=no if test "$_dl" = yes ; then - if x86 ; then - if test -z "$_xanimlibdir" ; then - for I in /usr/local/lib/xanim/mods /usr/lib/xanim/mods /usr/lib/xanim ; do + if test -z "$_xanimlibdir" ; then + for I in /usr/local/lib/xanim/mods /usr/lib/xanim/mods /usr/lib/xanim ; do if test -d "$I" ; then _xanimlibdir="$I" break; fi; done - fi - test "$_xanimlibdir" && _xanim=yes - echores "yes (found: $_xanimlibdir)" - else - echores "not supported on non-x86" fi + test "$_xanimlibdir" && _xanim=yes + echores "yes (found: $_xanimlibdir)" else echores "dl support needed" fi @@ -2320,6 +2316,7 @@ # FIXME tv check if test "$_tv" = yes ; then _def_tv='#define USE_TV 1' + _inputmodules="tv $_inputmodules" else _def_tv='#undef USE_TV' fi