我正在尝试使用 openh264 lib 构建 pjsip 项目。一切正常,除了 pjsip 没有检测到 openh264./configure-android
这是我的 config_site.h
/* Activate Android specific settings in the 'config_site_sample.h' */
#define PJ_CONFIG_ANDROID 1
#include <pj/config_site_sample.h>
#define PJMEDIA_HAS_VIDEO 1
#define PJMEDIA_HAS_OPENH264_CODEC 1
我收到以下日志
Using OpenH264 prefix... /home/user_name/PJSIPTOOLS/openh264-1.0.0/openlib/
checking OpenH264 usability... no
由于./configure-android
我的应用程序没有检测到它在运行时崩溃,说 lib not found for openh264。
我在 ubuntu 14.04 32 位。
有什么建议么。