misc/libtremor/Android.mk
author koda
Tue, 26 Mar 2013 01:18:04 +0100
branch0.9.19
changeset 8926 8fde68cfeb71
parent 7849 a12155461b34
permissions -rw-r--r--
link stdc++ (for physfs on linux) only when targetting 32bit (grafted from db108c85131501e1ac4ded2758f742836f83f4b5)

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)