[Mplayer-cvslog] CVS: main configure,1.720,1.721

Sascha Sommer CVS faust3 at mplayerhq.hu
Mon Jun 9 12:45:02 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv7411

Modified Files:
	configure 
Log Message:
enable stream cache for mingw

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.720
retrieving revision 1.721
diff -u -r1.720 -r1.721
--- configure	6 Jun 2003 19:57:05 -0000	1.720
+++ configure	9 Jun 2003 10:44:34 -0000	1.721
@@ -1574,12 +1574,6 @@
   sunos && _vidix=no
 fi
 
-if mingw32 ; then
-   _def_stream_cache='#undef USE_STREAM_CACHE'
-else 
-   _def_stream_cache='#define USE_STREAM_CACHE 1'
-fi
-
 # On QNX we must link to libph - Gabucino
 if qnx ; then
   _ld_arch="$_ld_arch -lph"
@@ -5427,7 +5421,7 @@
 
 /* Define this to compile stream-caching support, it can be enabled via
    -cache <kilobytes> */
-$_def_stream_cache
+#define USE_STREAM_CACHE 1
 
 /* Define to include support for XviD/Divx4Linux/OpenDivx */
 $_def_divx



More information about the MPlayer-cvslog mailing list