misc/libtremor/Android.mk
author unc0rr
Sat, 27 Oct 2012 22:23:41 +0400
changeset 7842 d1c0e4341165
parent 7699 2455207a2c71
child 7849 a12155461b34
permissions -rw-r--r--
- Better fix than the one from rc7f5c3bd7f8c. Now just scrolling back till net/nettype/main page. Not tested aswell. - Fix couple warnings

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)