Skip to content
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

编译报错 #11

Open
ameisewang opened this issue Nov 3, 2017 · 2 comments
Open

编译报错 #11

ameisewang opened this issue Nov 3, 2017 · 2 comments

Comments

@ameisewang
Copy link

void show_help_children(const AVClass *class, int flags);这个函数编译报错:

***/ffmpegTest/app/src/main/cpp/cmdutils.h
Error:(213, 40) error: expected ')'
Information:(213, 24) to match this '('
Error:(587, 39) error: inva
Error:(213, 40) error: expected ')'
Information:(213, 24) note: to match this '('

@ameisewang
Copy link
Author

没事了,解决了,将其改为void show_help_children(const AVClass *avclass, int flags);就好了。

@BCsl
Copy link

BCsl commented Apr 10, 2018

@ameisewang 表示遇到同样的问题,但是这是什么原理啊?FFmpeg 编译各种坑.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants