[Mplayer-cvslog] CVS: main configure,1.242,1.243
Winner of tha face compo
gabucino at mplayer.dev.hu
Wed Nov 14 03:17:09 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv23097
Modified Files:
configure
Log Message:
this test needed fixing too
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- configure 14 Nov 2001 01:40:26 -0000 1.242
+++ configure 14 Nov 2001 02:17:07 -0000 1.243
@@ -594,10 +594,12 @@
_lirc=no
_css=no
_dvdread=no
-_win32=yes
-_dshow=yes
+_win32=no
+_dshow=no
_xanim=yes
-test "$host_arch" != i386 && _dshow=no _win32=no
+if test x"$host_arch" = x"i386" -o x"$host_arch" = x"i486" -o x"$host_arch" = x"i586" -o x"$host_arch" = x"i686" ; then
+ _win32=yes ; _dshow=yes
+fi
_fastmemcpy=yes
_streaming=no
_libavcodec=no
More information about the MPlayer-cvslog
mailing list