9 Commits

Author SHA1 Message Date
Arun Raghavan
ff94c386ca build: Install trace.h to allow clients access to the Trace API 2015-11-04 13:11:30 +05:30
Arun Raghavan
602b0e5f56 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>
2015-11-04 13:11:30 +05:30
Arun Raghavan
360faa363d build: Install module_common_types.h and dependencies
This is needed for at least the AudioFrame class.

Unfortunately, this does add a bit of ugliness because
module_common_types.h has video bits that are hidden behind our own
define, which now becomes part of pkg-config CFLAGS.

This could be made less ugly, potentially, but I'm not sure how right
now.
2015-11-04 13:11:30 +05:30
Arun Raghavan
12e9e1eafd build: Fix up include file paths 2015-10-15 16:18:47 +05:30
Arun Raghavan
e68571d456 build: Some fixes for make distcheck 2015-10-15 16:18:47 +05:30
Arun Raghavan
c4fb4e38de Update common_audio
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
2015-10-15 16:18:25 +05:30
Arun Raghavan
9413986e79 Add the PATENTS file to EXTRA_DIST 2011-11-10 15:44:10 +05:30
Arun Raghavan
1232e518c6 Add a pkg-config file for clients to use 2011-10-17 13:55:21 +05:30
Arun Raghavan
91478c13cd Initial commit of build system 2011-10-17 13:55:20 +05:30