We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#include <libavcodec/avcodec.h> 存在这个方法 为什么还是报错 Error:(32) undefined reference to `av_register_all'?
The text was updated successfully, but these errors were encountered:
你的CMakeList里面打包配置avcodec-57 了么 target_link_libraries(native-lib avutil-55 swresample-2 avcodec-57 avfilter-6 swscale-4 avdevice-57 avformat-57 ${log-lib} )
Sorry, something went wrong.
No branches or pull requests
#include <libavcodec/avcodec.h> 存在这个方法
为什么还是报错
Error:(32) undefined reference to `av_register_all'?
The text was updated successfully, but these errors were encountered: