Source: lynkeos.app Version: 1.2-3 Severity: serious Hi,
Your package is failing to build with the following error: In file included from ffmpeg_access.c:20: ffmpeg_access.h:4:21: error: avcodec.h: No such file or directory ffmpeg_access.h:5:22: error: avformat.h: No such file or directory In file included from ffmpeg_access.c:20: ffmpeg_access.h:8: error: expected specifier-qualifier-list before 'AVFormatContext' ffmpeg_access.c: In function 'ffmpegNextFrame': ffmpeg_access.c:40: error: 'AVFormatContext' undeclared (first use in this function) [...] The problem is that the includes files changed location, like <ffmpeg/avformat.h> to <libavformat/avformat.h>, and your package will need to be changed for that. Kurt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

