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:
parent
10c5dab807
commit
5f8e88545e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user