summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2015-10-19doc: Update READMEArun Raghavan1-2/+0
2015-10-19build: Define ARM arch preprocessor macrosArun Raghavan1-2/+4
2015-10-19build: Use CXXFLAGS instead of CFLAGS in compile testingArun Raghavan1-2/+2
This is needed since we're using AC_LANG_CPLUSPLUS
2015-10-19build: Minor whitespace changesArun Raghavan1-1/+4
Makes syntax highlighting in vim unbreak.
2015-10-15build: Add architecture checks for x86 and ARMArun Raghavan1-2/+49
On x86, SSE optimisations are always compiled in, and used based on runtime checks. On ARM, we try to autodetect NEON support (with an option of runtime detection). This has not been build-tested on ARM yet. This leaves MIPS to be done.
2015-10-15build: Stop hard-coding OS/platform CFLAGSArun Raghavan1-3/+31
2015-10-15build: Make build succeed without test and non-audio depsArun Raghavan1-2/+3
2015-10-15Update audio_processing moduleArun Raghavan1-7/+4
Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1 Update notes: * Pull in third party license file * Replace .gypi files with BUILD.gn to keep track of what changes upstream * Bunch of new filse pulled in as dependencies * Won't build yet due to changes needed on top of these
2015-10-15Update common_audioArun Raghavan1-15/+13
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
2011-11-10Add xz for for dist tarballsArun Raghavan1-1/+1
2011-10-21Update code to upstream revision r789Arun Raghavan1-1/+1
Very minor changes.
2011-10-21Update code to upstream revision r767Arun Raghavan1-3/+3
Just reorganisation of the audio_processing code.
2011-10-20Update code to upstream revision r766Arun Raghavan1-1/+1
Removes matlab tests, adds delay estimation logging, and some other minor fixes/improvements.
2011-10-17Add a pkg-config file for clients to useArun Raghavan1-0/+1
2011-10-17Initial commit of build systemArun Raghavan1-0/+48