Fix issue 1996218: Disable use of shared memory buffer by SoundPool.

Disabled USE_SHARED_MEM_BUFFER compilation switch in SoundPool.cpp.
This commit is contained in:
Eric Laurent
2009-07-22 11:12:31 -07:00
parent aa0e47cbd6
commit 45fce58ca1

View File

@@ -18,8 +18,7 @@
#define LOG_TAG "SoundPool"
#include <utils/Log.h>
//
#define USE_SHARED_MEM_BUFFER
//#define USE_SHARED_MEM_BUFFER
// XXX needed for timing latency
#include <utils/Timers.h>