TremorAndroid: properly set the 'LIMIT_TO_64kHz' define
This commit is contained in:
parent
ba91da8db4
commit
d7a152e9a8
@ -10,7 +10,7 @@ LOCAL_C_INCLUDES:= \
|
||||
$(LOCAL_PATH) \
|
||||
$(LOCAL_PATH)/Tremor
|
||||
|
||||
LOCAL_CFLAGS := -std=gnu99
|
||||
LOCAL_CFLAGS := -std=gnu99 -DLIMIT_TO_64kHz
|
||||
LOCAL_LDLIBS := -lz -llog -Wl,-s
|
||||
|
||||
ifeq ($(TARGET_ARCH),arm)
|
||||
|
@ -2,7 +2,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define LIMIT_TO_64kHz
|
||||
#include "Tremor/ivorbisfile.h"
|
||||
|
||||
#include "com_jme3_audio_plugins_NativeVorbisFile.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user