changeset 10265:c2b52956a30c

enable stream cache for mingw
author faust3
date Mon, 09 Jun 2003 10:44:34 +0000
parents 8a099cab3ce7
children db0c6834b6db
files configure
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Jun 09 02:31:04 2003 +0000
+++ b/configure	Mon Jun 09 10:44:34 2003 +0000
@@ -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