diff configure @ 2525:125af7039fcb

Enable stream cache by default.
author atmos4
date Sun, 28 Oct 2001 22:56:44 +0000
parents b8453759cfb1
children 1486c690bece
line wrap: on
line diff
--- a/configure	Sun Oct 28 21:44:23 2001 +0000
+++ b/configure	Sun Oct 28 22:56:44 2001 +0000
@@ -2470,8 +2470,6 @@
 
 /* -------- Generated by ./configure ----------- */
 
-#undef USE_STREAM_CACHE
-
 #define USE_OSD
 #define USE_SUB
 
@@ -2482,6 +2480,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! */
 $_divx4def