【发布时间】:2015-10-06 14:45:09
【问题描述】:
我正在尝试使用 openh264 库构建 pjsip 项目。一切正常,除了 pjsip ./configure-android 没有检测到 openh264@
这是我的 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 未检测到它,我的应用程序在运行时崩溃,说找不到 openh264 的 lib。
我在 ubuntu 14.04 32 位。
任何建议。
【问题讨论】:
-
奇怪的是我可以使用 ./configure 而不是 ./configure-android