mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 13:09:40 +02:00
Fix theoretical Theora x86-64 build.
This commit is contained in:
@@ -42,7 +42,7 @@ ifeq ($(TARGET_ARCH_ABI),x86)
|
|||||||
else ifeq ($(TARGET_ARCH_ABI),x86_64)
|
else ifeq ($(TARGET_ARCH_ABI),x86_64)
|
||||||
# Defines for x86-64. UNTESTED!
|
# Defines for x86-64. UNTESTED!
|
||||||
LOCAL_CFLAGS += -DOC_X86_ASM -DOC_X86_64_ASM
|
LOCAL_CFLAGS += -DOC_X86_ASM -DOC_X86_64_ASM
|
||||||
LOCAL_CFLAGS += \
|
LOCAL_SRC_FILES += \
|
||||||
lib/x86/x86cpu.c \
|
lib/x86/x86cpu.c \
|
||||||
lib/x86/mmxidct.c \
|
lib/x86/mmxidct.c \
|
||||||
lib/x86/mmxfrag.c \
|
lib/x86/mmxfrag.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user