Hi, On 19.01.2017 00:05, Bálint Réczey wrote: > 2017-01-14 23:54 GMT+01:00 Adrian Bunk <b...@debian.org>: >> No, you should only look at the first compile error in that file: >> >> src/libavformat/chromaprint.c:42:24: error: field 'ctx' has incomplete type >> ChromaprintContext ctx; >> ^~~ >> This is the actual error. >> >> Whatever the compiler comes up with for cpr->ctx in the place you quoted >> might be garbage, but at that point it is already game over. >> >> Upstream fix: >> >> http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=581f93f37ef2e7a00662828ed0348d1edb9041fe >> > > Is there a new FFmpeg upstream release on the horizon or I should just > update the package with a cherry-picked patch?
The next FFmpeg upstream release will probably not be in time for the freeze, so I've just cherry-picked this patch. Best regards, Andreas