mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 19:24:07 +02:00
It compiles and exectes (but crashes on startup)
This commit is contained in:
@@ -12,14 +12,14 @@ LOCAL_C_INCLUDES := \
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
$(filter-out \
|
||||
src/libmpg123/dct64_altivec.c src/libmpg123/dct64.c \
|
||||
src/libmpg123/dct64_altivec.c \
|
||||
src/libmpg123/dct64_i386.c src/libmpg123/dct64_i486.c \
|
||||
src/libmpg123/synth_8bit.c src/libmpg123/synth_altivec.c \
|
||||
src/libmpg123/synth.c src/libmpg123/synth_i486.c \
|
||||
src/libmpg123/synth_altivec.c src/libmpg123/synth_i486.c \
|
||||
src/libmpg123/testcpu.c \
|
||||
, $(subst $(LOCAL_PATH)/,,\
|
||||
$(wildcard ${LOCAL_PATH}/src/libmpg123/*.c) ))
|
||||
|
||||
$(info libmpg123: include dirs $(LOCAL_C_INCLUDES))
|
||||
$(info libmpg123: src files $(LOCAL_SRC_FILES))
|
||||
# $(info libmpg123: include dirs $(LOCAL_C_INCLUDES))
|
||||
# $(info libmpg123: src files $(LOCAL_SRC_FILES))
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user