We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2186

Summary: define _ARM_ASSEM_ for android builds
Product: SDL_mixer Reporter: Martin Gerhardy <martin.gerhardy>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2    
Version: unspecified   
Hardware: ARM   
OS: Android (All)   

Description Martin Gerhardy 2013-10-26 18:10:56 UTC
diff -r 8b25e64c7ac7 Android.mk
--- a/Android.mk	Sun Oct 13 20:03:03 2013 -0700
+++ b/Android.mk	Sat Oct 26 20:09:56 2013 +0200
@@ -89,7 +89,7 @@
 
 ifeq ($(SUPPORT_OGG),true)
     LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(OGG_LIBRARY_PATH)/include $(LOCAL_PATH)/$(VORBIS_LIBRARY_PATH)
-    LOCAL_CFLAGS += -DOGG_MUSIC -DOGG_USE_TREMOR
+    LOCAL_CFLAGS += -DOGG_MUSIC -DOGG_USE_TREMOR -D_ARM_ASSEM_
     LOCAL_SRC_FILES += \
         $(VORBIS_LIBRARY_PATH)/mdct.c \
         $(VORBIS_LIBRARY_PATH)/block.c \
Comment 1 Sam Lantinga 2013-11-03 19:31:43 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL_mixer/rev/c166c70fc52a