首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Binder/ProcessState.h在哪里?

Binder/ProcessState.h在哪里?
EN

Stack Overflow用户
提问于 2015-08-05 06:18:12
回答 1查看 1.5K关注 0票数 0

我正在尝试用libstagefright构建IJKmediaplayer。但我遇到了一个错误。

Config.log说:

代码语言:javascript
复制
arm-linux-androideabi-g++ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dstrtod=avpriv_strtod -DPIC -O3 -Wall -pipe -std=c99 -ffast-math -fstrict-aliasing -Werror=strict-aliasing -Wno-psabi -Wa,--noexecstack -DANDROID -DNDEBUG -march=armv7-a -mcpu=cortex-a8 -mfpu=vfpv3-d16 -mfloat-abi=softfp -mthumb -mcpu=cortex-a8 -std=c99 -fPIC -mthumb -pthread -D__STDC_CONSTANT_MACROS -c -o /tmp/ffconf.ofpI5mq2.o /tmp/ffconf.EKPBn1tK.cpp
cc1plus: warning: command line option '-std=c99' is valid for C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-std=c99' is valid for C/ObjC but not for C++ [enabled by default]
/tmp/ffconf.EKPBn1tK.cpp:1:33: fatal error: binder/ProcessState.h: No such file or directory
 #include <binder/ProcessState.h>
                                 ^
compilation terminated.
ERROR: libstagefright_h264 not found

我正在使用NDK r10e-rc4 (64位)、FFmpeg源代码版本2.7和Ubuntu 14 64 bit

我需要下载android开源项目吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-08-05 17:10:59

活页夹/加工状态是AOSP的一部分,而不是NDK。

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

https://stackoverflow.com/questions/31824750

复制
相关文章

相似问题

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