From 94b32111e5c26b249ad81ac3c70fa3b016a1eaa2 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sun, 28 Oct 2001 22:56:44 +0000 Subject: [PATCH] Enable stream cache by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2526 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 6 ++++-- 1 file 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 */ +#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