[Mplayer-cvslog] CVS: main configure,1.368,1.369
Atmosfear
atmos4 at mplayer.dev.hu
Tue Jan 15 13:13:55 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv30518
Modified Files:
configure
Log Message:
Fix xvidix for non-x11 systems, 10l Alex :)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.368
retrieving revision 1.369
diff -u -r1.368 -r1.369
--- configure 13 Jan 2002 14:44:04 -0000 1.368
+++ configure 15 Jan 2002 12:13:53 -0000 1.369
@@ -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"
More information about the MPlayer-cvslog
mailing list