Fixed libsndfile, added test-sndfile project

This commit is contained in:
Sergii Pylypenko
2013-05-20 21:21:10 +03:00
parent 0d628fa217
commit 36cc6e4bcb
10 changed files with 996 additions and 10 deletions

View 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__)