misc/libtremor/Android.mk
author koda
Fri, 21 Sep 2012 01:29:33 +0200
changeset 7699 2455207a2c71
parent 6045 9a7cc0f29430
child 7849 a12155461b34
permissions -rw-r--r--
blindly trying to fix the android build

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/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)