aboutsummaryrefslogtreecommitdiff
path: root/android/aconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/aconfig.h')
-rw-r--r--android/aconfig.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/android/aconfig.h b/android/aconfig.h
new file mode 100644
index 0000000..862f666
--- /dev/null
+++ b/android/aconfig.h
@@ -0,0 +1,14 @@
+
+#define DATADIR "/system/usr/share/alsa"
+
+#define rindex strrchr
+#define open64 open
+
+typedef int off64_t;
+
+#undef __swab16
+#define __swab16(x) __arch__swab16((x))
+
+#undef __swab32
+#define __swab32(x) __arch__swab32((x))
+