misc/libtremor/Android.mk
author nemo
Fri, 02 Nov 2012 16:26:51 -0400
branch0.9.18
changeset 7935 f8941f0b7bef
parent 7849 a12155461b34
permissions -rw-r--r--
update lua (remove duplicate strings, esp in fr.lua - mostly my fault - and add a bit more escaping to the crude script)

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)