[Mplayer-cvslog] CVS: main configure,1.215,1.216

Atmosfear atmos4 at mplayer.dev.hu
Sun Oct 28 23:57:06 CET 2001


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

Modified Files:
	configure 
Log Message:
Enable stream cache by default.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- configure	28 Oct 2001 21:44:23 -0000	1.215
+++ configure	28 Oct 2001 22:56:44 -0000	1.216
@@ -2470,8 +2470,6 @@
 
 /* -------- Generated by ./configure ----------- */
 
-#undef USE_STREAM_CACHE
-
 #define USE_OSD
 #define USE_SUB
 
@@ -2481,6 +2479,10 @@
 
 /* Common data directory (for fonts, etc) */
 #define DATADIR "$_datadir"
+
+/* Define this to compile stream-caching support, it can be enabled via
+   -cache <kilobytes> */
+#define USE_STREAM_CACHE
 
 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */
 /* You have to change DECORE_LIBS in config.mak too! */




More information about the MPlayer-cvslog mailing list