Mercurial > mplayer.hg
diff configure @ 4168:2d8403f1c54e
Fix xvidix for non-x11 systems, 10l Alex :)
author | atmos4 |
---|---|
date | Tue, 15 Jan 2002 12:13:53 +0000 |
parents | 65b091d4f94a |
children | 32ad3c2833cf |
line wrap: on
line diff
--- a/configure Tue Jan 15 12:10:19 2002 +0000 +++ b/configure Tue Jan 15 12:13:53 2002 +0000 @@ -2754,8 +2754,13 @@ _def_linux='#undef TARGET_LINUX' linux && _def_linux='#define TARGET_LINUX 1' +# TODO cleanup the vidix stuff here _def_vidix='#define CONFIG_VIDIX 1' test "$_vidix" = no && _def_vidix='#undef CONFIG_VIDIX' +if test "$_vidix" = yes && test "$_x11" = yes; then + _vosrc="$_vosrc vo_xvidux.c" + _vomodules="xvidix $_vomodules" +fi echo Checking for vidix ... "$_vidix" ############################################################################# echo "Creating config.mak"