summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 1ffdcad33a..be8f5ea690 100755
--- a/configure
+++ b/configure
@@ -2470,8 +2470,6 @@ cat > $CCONF << EOF
/* -------- Generated by ./configure ----------- */
-#undef USE_STREAM_CACHE
-
#define USE_OSD
#define USE_SUB
@@ -2482,6 +2480,10 @@ $_dvdreaddef
/* 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