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 - define _ARM_ASSEM_ for android builds
Summary: define _ARM_ASSEM_ for android builds
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: ARM Android (All)
: P2 enhancement
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-26 18:10 UTC by Martin Gerhardy
Modified: 2013-11-03 19:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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