FFmpeg4Android icon indicating copy to clipboard operation
FFmpeg4Android copied to clipboard

编译报错

Open ameisewang opened this issue 8 years ago • 2 comments

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 avatar Nov 03 '17 09:11 ameisewang

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

ameisewang avatar Nov 03 '17 09:11 ameisewang

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

BCsl avatar Apr 10 '18 04:04 BCsl