mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
build: fix libavfilter check to include function prototype
Apparently the check error'ed on some compilers for missing prototype and simply adding one fixes it.
This commit is contained in:
parent
60521783c3
commit
3a0ce6acb9
@ -1,4 +1,5 @@
|
||||
#include <libavfilter/avfilter.h>
|
||||
void vf_next_query_format(void);
|
||||
void vf_next_query_format() {}
|
||||
int main(void) {
|
||||
avfilter_register_all();
|
||||
|
Loading…
Reference in New Issue
Block a user