misc/libtremor/Android.mk
changeset 7849 a12155461b34
parent 7699 2455207a2c71
--- a/misc/libtremor/Android.mk	Sun Oct 28 03:48:37 2012 +0100
+++ b/misc/libtremor/Android.mk	Sun Oct 28 04:00:07 2012 +0100
@@ -7,12 +7,21 @@
 LOCAL_CFLAGS := -I$(LOCAL_PATH) -DHAVE_ALLOCA_H
 
 LOCAL_SRC_FILES =    \
-    tremor/bitwise.c             tremor/info.c             tremor/codebook.c \
-    tremor/dsp.c                 tremor/mapping0.c \
-    tremor/floor0.c              tremor/mdct.c \
-    tremor/floor1.c              tremor/misc.c \
-    tremor/floor_lookup.c        tremor/res012.c \
-    tremor/framing.c             tremor/vorbisfile.c
+        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)