misc/libtremor/Android.mk
author Mitchell Kember <mk12360@gmail.com>
Sun, 02 Dec 2012 17:44:34 -0500
changeset 8192 81da6576b0c3
parent 7849 a12155461b34
permissions -rw-r--r--
Make video recording options have fixed size and merge with spinbox->combobox change.

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)