-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build报错,找不到native层接口AMediaCodec #4
Comments
已解决。 |
@DongJiyang 请问这个是怎么解决的?目前是在master分支上
另外尝试了把 错误信息如下:
|
目的是想要学习下NdkMediaCodec的使用,但是修改为API21以后,编译就出现了上面的问题 |
(><)改错了...(><),已解决 |
你好最近在做这个开发,请问您那边有没有可以让我参考一下的工程呀 |
请问是怎么解决的呀 |
请问如何解决的,error: undefined reference to 'AMediaFormat_new' |
需要链接mediandk这个库,不然就会找不到。比如CMakeLists.txt里:
|
如题,编译出错,内容如下:
undefined reference to `AMediaCodec_flush'
开始以为是头文件没包含,但是加了头文件后还是出错。
The text was updated successfully, but these errors were encountered: