--- a/misc/libtremor/Android.mk Fri Sep 21 01:07:56 2012 +0200
+++ b/misc/libtremor/Android.mk Fri Sep 21 01:29:33 2012 +0200
@@ -7,21 +7,12 @@
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
+ 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
include $(BUILD_STATIC_LIBRARY)