Turned chunk cache back on

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13208 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David McPaul 2005-06-19 06:01:31 +00:00
parent 10c5dab807
commit 5f8e88545e

View File

@ -9,7 +9,7 @@
#include <string.h>
// should be 0, to disable the chunk cache set it to 1
#define DISABLE_CHUNK_CACHE 1
#define DISABLE_CHUNK_CACHE 0
MediaExtractor::MediaExtractor(BDataIO *source, int32 flags)
{