Reworded the warning message about the HW echo canceller API.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2251 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-10-06 13:11:18 +00:00
parent 08d0671e90
commit 4b7d1775fd
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ extern "C" {
#ifdef HAVE_WANPIPE_HWEC
#include <wanec_iface.h>
#ifndef WANEC_DEV_DIR
#warning Echo canceller API is too old, upgrade or configure --without-wphwec
#warning Incompatible echo canceller API, upgrade or configure --without-wphwec
#undef HAVE_WANPIPE_HWEC
#endif // WANEC_DEV_DIR
#endif