Mike Melanson wrote: > Aurelien Jacobs wrote: >>> +void ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s, >> ^^^^^^^^^^^^^^ >> This requires #include "avcodec.h" > ^^^^^^^^ > Define "requires"; the code builds fine without it. it shouldn't rely on the order of inclusion in another file.