Fixed libsndfile, added test-sndfile project
This commit is contained in:
7
project/jni/sndfile/android_debug_log.h
Normal file
7
project/jni/sndfile/android_debug_log.h
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <android/log.h>
|
||||
|
||||
#define puts(...) __android_log_print(ANDROID_LOG_INFO, "libsndfile", "%s", __VA_ARGS__)
|
||||
#define printf(...) __android_log_print(ANDROID_LOG_INFO, "libsndfile", __VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user