Mercurial > mplayer.hg
changeset 2525:125af7039fcb
Enable stream cache by default.
author | atmos4 |
---|---|
date | Sun, 28 Oct 2001 22:56:44 +0000 |
parents | b8453759cfb1 |
children | 422db818ae31 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
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