gr-0.73.17/lib/gks/plugin/vc.c:315:7: error: call to undeclared function 'avcodec_close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
315 | avcodec_close(movie->cdc_ctx);
| ^
Here is the relevant deprecation: FFmpeg/FFmpeg@1cc24d7
Since avcodec_free_context is called below, maybe this call can just be dropped?