misc/libtremor/Android.mk
author koda
Wed, 03 Apr 2013 23:56:59 +0200
changeset 8838 aa2ffd427f6a
parent 7849 a12155461b34
permissions -rw-r--r--
strip PAS2C, old WEB symbols and outdated pas2c sources from default branch, all c-related development is done on the webgl branch

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)