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 06:47:50 +0000 (12:17 +0530)
commit7af7c98756902a32f988c00de8c1aac18c1e79eb
tree8b639da26328fa608ccd2107021e801d39d08e05
parentee619d98a3bbfe53f81e9dc4b510dba5be6f1d3b
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