summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-10-19 22:47:49 +0530
committerArun Raghavan <git@arunraghavan.net>2015-11-04 13:11:30 +0530
commit602b0e5f5695eb16f4e906e8e9f6fbfc97807a8c (patch)
treeff37206d68dab330a0de1c1008558c99a4e41eeb
parent360faa363d15e8e82f4b2f383c3c10bd5c0a60e6 (diff)
downloadwebrtc-audio-processing-602b0e5f5695eb16f4e906e8e9f6fbfc97807a8c.tar.gz
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>
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index be9c5d0..ba6d5af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,5 +14,3 @@ nobase_webrtcinclude_HEADERS = webrtc/base/arraysize.h \
webrtc/modules/audio_processing/beamformer/array_util.h \
webrtc/modules/audio_processing/include/audio_processing.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