]> code.delx.au - pulseaudio/commit
build-sys: Make speex library optional
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Sun, 11 Dec 2011 15:07:41 +0000 (16:07 +0100)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 13 Dec 2011 03:40:08 +0000 (09:10 +0530)
commit5f2286e6f76ab9fbf83a92c17b48b537d9d59026
tree628c2a7ff36cd42cab8d47800592c9c5cc04726a
parent87e6f489a96f324ff5f5c22f90dfd0ca260412ae
build-sys: Make speex library optional

make speex library dependency optional, this affects the resampler
and the echo canceller module

this patch supersedes an earlier patch proposal and addresses the following
comments:
* fix order of pa_echo_canceller_method_t enum and ec_table (Frederic)
* the default resampler is speex if available as before, otherwise ffmpeg (Arun)
* does not touch the Adrian EC implementation (see separate patch) (Arun)
configure.ac
src/Makefile.am
src/modules/echo-cancel/echo-cancel.h
src/modules/echo-cancel/module-echo-cancel.c
src/pulsecore/resampler.c