build: Don't install a top level copy of audio_processing.h

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>
This commit is contained in:
Arun Raghavan 2015-10-19 22:47:49 +05:30
parent 360faa363d
commit 602b0e5f56

View File

@ -14,5 +14,3 @@ nobase_webrtcinclude_HEADERS = webrtc/base/arraysize.h \
webrtc/modules/audio_processing/beamformer/array_util.h \ webrtc/modules/audio_processing/beamformer/array_util.h \
webrtc/modules/audio_processing/include/audio_processing.h \ webrtc/modules/audio_processing/include/audio_processing.h \
webrtc/modules/interface/module_common_types.h webrtc/modules/interface/module_common_types.h
# FIXME: We should deprecate installing this to the top directory soon
webrtcinclude_HEADERS = webrtc/modules/audio_processing/include/audio_processing.h