Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug 2186 - define _ARM_ASSEM_ for android builds
  • Loading branch information
slouken committed Nov 3, 2013
1 parent c8f44c4 commit d2f3b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -89,7 +89,7 @@ endif

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 \
Expand Down

0 comments on commit d2f3b3a

Please sign in to comment.