1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

Enable stream cache by default.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2526 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-10-28 22:56:44 +00:00
parent 19a329800a
commit 94b32111e5

6
configure vendored
View File

@ -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