From 602b0e5f5695eb16f4e906e8e9f6fbfc97807a8c Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 19 Oct 2015 22:47:49 +0530 Subject: [PATCH] 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: --- Makefile.am | 2 -- 1 file changed, 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