mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
build: simplify libavfilter configure checks
This is all not needed anymore. In particular, remove all configure switches except --enable-libavfilter.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#include <libavfilter/avfilter.h>
|
||||
static void vf_next_query_format() {}
|
||||
int main(void) {
|
||||
avfilter_register_all();
|
||||
vf_next_query_format();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user