mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-23 01:50:05 +00:00
OpenCV contains various modules which have inter-module dependencies. While including freeswitch into buildroot we stumbled over the fact that mod_cv.cpp includes more headers than needed[1]. hese OpenCV headers are generic headers which require more OpenCV modules enabled than really used by Freeswitch. This patch fixes the problem. [1] http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/146662 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>