Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1 Update notes: * Moved src/ to webrtc/ to easily diff against the third_party/webrtc in the chromium tree * ARM/NEON/MIPS support is not yet hooked up * Tests have not been copied
13 lines
365 B
Makefile
13 lines
365 B
Makefile
noinst_LTLIBRARIES = libapm_util.la
|
|
|
|
libapm_util_la_SOURCES = delay_estimator_float.c \
|
|
delay_estimator_float.h \
|
|
delay_estimator.c \
|
|
delay_estimator.h \
|
|
fft4g.c \
|
|
fft4g.h \
|
|
ring_buffer.c \
|
|
ring_buffer.h
|
|
libapm_util_la_CFLAGS = $(AM_CFLAGS) $(COMMON_CFLAGS) \
|
|
-I$(top_srcdir)/src/common_audio/signal_processing_library/main/interface
|