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:
wm4
2014-03-16 10:25:05 +01:00
parent c9d328319e
commit 98cd2c4122
9 changed files with 11 additions and 88 deletions

View File

@@ -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;
}