summaryrefslogtreecommitdiff
path: root/webrtc
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-10-19 11:41:13 +0530
committerArun Raghavan <git@arunraghavan.net>2015-10-19 11:41:13 +0530
commit7d9c65b62509f9705bc7704069a1883510e3314d (patch)
treea303785d9dd9faaf4682c6db506ba4be036f5b0e /webrtc
parent88a8b62f3fa947e9f78d4c49379178ee2a45a6cb (diff)
downloadwebrtc-audio-processing-7d9c65b62509f9705bc7704069a1883510e3314d.tar.gz
build: Define assembler flags where required
Diffstat (limited to 'webrtc')
-rw-r--r--webrtc/common_audio/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/common_audio/Makefile.am b/webrtc/common_audio/Makefile.am
index 9b0bac9..b685598 100644
--- a/webrtc/common_audio/Makefile.am
+++ b/webrtc/common_audio/Makefile.am
@@ -123,6 +123,7 @@ libcommon_audio_la_SOURCES += \
fir_filter_neon.h
endif
+libcommon_audio_la_CCASFLAGS = $(AM_CCASFLAGS) $(COMMON_CFLAGS)
libcommon_audio_la_CFLAGS = $(AM_CFLAGS) $(COMMON_CFLAGS)
libcommon_audio_la_CXXFLAGS = $(AM_CXXFLAGS) $(COMMON_CXXFLAGS)