mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Remove x86-specific compile options for Theora
Turns out they're unsupported.
This commit is contained in:
@@ -27,30 +27,6 @@ LOCAL_SRC_FILES := \
|
||||
|
||||
LOCAL_ARM_NEON := true
|
||||
|
||||
# Target conditionals
|
||||
# It seems unfortunate that ARM codepath can't be used in here.
|
||||
ifeq ($(TARGET_ARCH_ABI),x86)
|
||||
# Defines for x86. UNTESTED!
|
||||
LOCAL_CFLAGS += -DOC_X86_ASM
|
||||
LOCAL_SRC_FILES += \
|
||||
lib/x86/x86cpu.c \
|
||||
lib/x86/mmxidct.c \
|
||||
lib/x86/mmxfrag.c \
|
||||
lib/x86/mmxstate.c \
|
||||
lib/x86/sse2idct.c \
|
||||
lib/x86/x86state.c
|
||||
else ifeq ($(TARGET_ARCH_ABI),x86_64)
|
||||
# Defines for x86-64. UNTESTED!
|
||||
LOCAL_CFLAGS += -DOC_X86_ASM -DOC_X86_64_ASM
|
||||
LOCAL_SRC_FILES += \
|
||||
lib/x86/x86cpu.c \
|
||||
lib/x86/mmxidct.c \
|
||||
lib/x86/mmxfrag.c \
|
||||
lib/x86/mmxstate.c \
|
||||
lib/x86/sse2idct.c \
|
||||
lib/x86/x86state.c
|
||||
endif
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libogg
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user