Native tremor decoder is now built in release mode

experimental
shadowislord 10 years ago
parent 5f33bdfa95
commit 4e04f4629a
  1. 2
      jme3-android-native/src/native/jme_decode/Application.mk
  2. 2
      jme3-android-native/src/native/jme_decode/com_jme3_audio_plugins_NativeVorbisFile.c

@ -1,3 +1,3 @@
APP_PLATFORM := android-9 APP_PLATFORM := android-9
APP_OPTIM := debug APP_OPTIM := release
APP_ABI := all APP_ABI := all

@ -12,7 +12,7 @@
#define LOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, \ #define LOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, \
"NativeVorbisFile", fmt, ##__VA_ARGS__); "NativeVorbisFile", fmt, ##__VA_ARGS__);
#else #else
#error We are building in release mode, arent we? // #error We are building in release mode, arent we?
#define LOGI(fmt, ...) #define LOGI(fmt, ...)
#endif #endif

Loading…
Cancel
Save