misc/libtremor/Android.mk
branchwebgl
changeset 9521 8054d9d775fd
parent 9282 92af50454cf2
parent 9519 b8b5c82eb61b
child 9950 2759212a27de
--- a/misc/libtremor/Android.mk	Fri Oct 11 11:55:31 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := tremor
-
-LOCAL_CFLAGS := -I$(LOCAL_PATH) -DHAVE_ALLOCA_H
-
-LOCAL_SRC_FILES =    \
-        tremor/bitwise.c    \
-        tremor/block.c      \
-        tremor/codebook.c   \
-        tremor/floor0.c     \
-        tremor/floor1.c     \
-        tremor/framing.c    \
-        tremor/info.c       \
-        tremor/mapping0.c   \
-        tremor/mdct.c       \
-        tremor/registry.c   \
-        tremor/res012.c     \
-        tremor/sharedbook.c \
-        tremor/synthesis.c  \
-        tremor/vorbisfile.c \
-        tremor/window.c     
-
-include $(BUILD_STATIC_LIBRARY)
-