build: Avoid libstdc++ dep for module-echo-cancel if possible
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 17 Jul 2012 07:38:20 +0000 (13:08 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Wed, 18 Jul 2012 05:23:18 +0000 (10:53 +0530)
commit801f286dfdf898213a4c6c21eadad55767be6a9c
tree5a91560d863ba6490b4a0c79e8fd0299ed51413f
parent243f53c975c0709589a6a95483a167a4899d21b6
build: Avoid libstdc++ dep for module-echo-cancel if possible

This moves out the webrtc bits into a small helper library to shield the
rest of module-echo-cancel from being linked with a C++ linker. This is
required because automake will _always_ link module-echo-cancel in C++
mode if any of its deps (even conditional ones) are in C++.
src/Makefile.am