Merge "Fix neon flags."

This commit is contained in:
Ying Wang
2014-03-11 00:27:23 +00:00
committed by Gerrit Code Review

View File

@ -33,7 +33,7 @@ MY_ARM_CFLAGS_NEON := \
endif
ifneq (,$(filter '-DWEBRTC_DETECT_ARM_NEON' '-DWEBRTC_ARCH_ARM_NEON', \
$(MY_WEBRTC_COMMON_DEFS)))
$(MY_WEBRTC_COMMON_DEFS_arm)))
WEBRTC_BUILD_NEON_LIBS := true
endif