Built SDL2_image and _mixer static
This commit is contained in:
24
libsdl2_mixer/timidity/Android.mk
Normal file
24
libsdl2_mixer/timidity/Android.mk
Normal file
@ -0,0 +1,24 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := timidity
|
||||
|
||||
LOCAL_C_INCLUDES :=
|
||||
|
||||
LOCAL_CFLAGS :=
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
common.c \
|
||||
instrum.c \
|
||||
mix.c \
|
||||
output.c \
|
||||
playmidi.c \
|
||||
readmidi.c \
|
||||
resample.c \
|
||||
tables.c \
|
||||
timidity.c
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := SDL2
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
Reference in New Issue
Block a user