首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >iOS上的视频支持

iOS上的视频支持
EN

Stack Overflow用户
提问于 2013-11-18 21:02:44
回答 1查看 712关注 0票数 0

我已经成功地构建了libyuv.a库,但是当我运行configure-iPhone(https://code.google.com/p/siphon/wiki/VIdeoSupport)时,我得到了日志,它告诉我libyuv不可用,视频支持被禁用。谁能告诉我如何将libyuv.a文件链接到configure-iPhone

代码语言:javascript
复制
logs :

checking for libyuv installations...
Using libyuv prefix... /Users/sandeep_sr/Desktop/pjp_1811/iOS/video/iOS
checking libyuv.h usability... no
checking libyuv.h presence... no
checking for libyuv.h... no
checking for InitCpuFlags in -lyuv... yes
Checking if libyuv library is available... no
libyuv library not found, video support disabled
Checking if small filter is disabled... no
Checking if large filter is disabled... no
Checking if Speex AEC is disabled...no
Checking if G.711 codec is disabled...no
Checking if L16 codec is disabled...no
Checking if GSM codec is disabled...no
Checking if G.722 codec is disabled...no
Checking if G.722.1 codec is disabled...no
Checking if Speex codec is disabled...no
Checking if iLBC codec is disabled...no
Skipping libsamplerate detection
Building libresample as shared library... no
Checking if SDL is disabled... yes
Using ffmpeg prefix... /Users/sandeep_sr/Desktop/pjp_1811/iOS/video/iOS
checking for pkg-config... pkg-config
checking ffmpeg packages...  libavformat libavcodec libswscale libavutil
checking for v4l2_open in -lv4l2... no
Skipping Intel IPP settings (not wanted)
Checking if SSL support is disabled... yes
Checking if OpenCORE AMR support is disabled... yes
Checking if SILK support is disabled... yes
checking if select() needs correct nfds... no (default)
** Decided that select() doesn't need correct nfds (please check)
checking if pj_thread_create() should enforce stack size... no (default)
checking if pj_thread_create() should allocate stack... no (default)
** Setting non-blocking recv() retval to EAGAIN (please check)
** Setting non-blocking connect() retval to EINPROGRESS (please check)
aconfigure: creating ./config.status
config.status: creating build.mak
config.status: creating build/os-auto.mak
config.status: creating build/cc-auto.mak
config.status: creating pjlib/build/os-auto.mak
config.status: creating pjlib-util/build/os-auto.mak
config.status: creating pjmedia/build/os-auto.mak
config.status: creating pjsip/build/os-auto.mak
config.status: creating third_party/build/os-auto.mak
config.status: creating third_party/build/portaudio/os-auto.mak
config.status: creating pjlib/include/pj/compat/os_auto.h
config.status: pjlib/include/pj/compat/os_auto.h is unchanged
config.status: creating pjlib/include/pj/compat/m_auto.h
config.status: pjlib/include/pj/compat/m_auto.h is unchanged
config.status: creating pjmedia/include/pjmedia/config_auto.h
config.status: pjmedia/include/pjmedia/config_auto.h is unchanged
config.status: creating pjmedia/include/pjmedia-codec/config_auto.h
config.status: pjmedia/include/pjmedia-codec/config_auto.h is unchanged
config.status: creating pjsip/include/pjsip/sip_autoconf.h
config.status: pjsip/include/pjsip/sip_autoconf.h is unchanged


Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h.

Further customizations can be put in:
  - 'user.mak'
  - 'pjlib/include/pj/config_site.h'

The next step now is to run 'make dep' and 'make'.

Done configuring for iPhoneOS6.1.sdk

Sandeeps-Mac-mini-2:pjproject-2.1.0 sandeep_sr$ 
EN

回答 1

Stack Overflow用户

发布于 2014-06-11 19:33:00

你在自己构建libyuv吗?如果是这样的话,我也遇到了这个问题,并不得不这样做:

ln -s /usr/local/include/libyuv/libyuv /usr/local/include/libyuv/libyuv/

或安装libyuv的位置。

希望这会有所帮助,如果你还在努力让它工作的话。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20048501

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档