misc/tremor/Android.mk
branchhedgeroid
changeset 6043 9bd2d6b1ba52
parent 6039 d75329716a02
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/tremor/Android.mk	Sun Oct 09 15:17:21 2011 +0200
@@ -0,0 +1,27 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := tremor
+
+LOCAL_CFLAGS := -I$(LOCAL_PATH) -DHAVE_ALLOCA_H
+
+LOCAL_SRC_FILES =    \
+        bitwise.c    \
+        block.c      \
+        codebook.c   \
+        floor0.c     \
+        floor1.c     \
+        framing.c    \
+        info.c       \
+        mapping0.c   \
+        mdct.c       \
+        registry.c   \
+        res012.c     \
+        sharedbook.c \
+        synthesis.c  \
+        vorbisfile.c \
+        window.c     
+
+include $(BUILD_STATIC_LIBRARY)
+