[MPlayer-cvslog] r22368 - trunk/configure

diego subversion at mplayerhq.hu
Tue Feb 27 20:49:30 CET 2007


Author: diego
Date: Tue Feb 27 20:49:29 2007
New Revision: 22368

Modified:
   trunk/configure

Log:
10l: Add missing definition of USE_STREAM_CACHE.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Feb 27 20:49:29 2007
@@ -644,6 +644,7 @@ _rpath=no
 _asmalign_pot=auto
 _color_console=no
 _stream_cache=yes
+_def_stream_cache="#define USE_STREAM_CACHE 1"
 for ac_option do
   case "$ac_option" in
   --help|-help|-h)
@@ -1289,6 +1290,7 @@ fi
 
 if mingw32 ; then
   _stream_cache=no
+  _def_stream_cache="#undef USE_STREAM_CACHE"
 fi
 
 # Check how to call 'head' and 'tail'. Newer versions spit out warnings



More information about the MPlayer-cvslog mailing list