If we're breaking API, then clients need to be modified and recompiled anyway, so we can avoid the cruft of trying to be backwards compatible. Clients now need to include the file as it is in the upstream sources: <webrtc/modules/audio_processing/include/audio_processing.h>
17 lines
620 B
Makefile
17 lines
620 B
Makefile
SUBDIRS = webrtc
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = webrtc-audio-processing.pc
|
|
|
|
webrtcincludedir = $(includedir)/webrtc_audio_processing
|
|
nobase_webrtcinclude_HEADERS = webrtc/base/arraysize.h \
|
|
webrtc/base/constructormagic.h \
|
|
webrtc/base/basictypes.h \
|
|
webrtc/base/platform_file.h \
|
|
webrtc/common.h \
|
|
webrtc/common_types.h \
|
|
webrtc/typedefs.h \
|
|
webrtc/modules/audio_processing/beamformer/array_util.h \
|
|
webrtc/modules/audio_processing/include/audio_processing.h \
|
|
webrtc/modules/interface/module_common_types.h
|