From 98cd2c41226c96e0c4d0e317c0272cb0ed4ca612 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 16 Mar 2014 10:25:05 +0100 Subject: build: simplify libavfilter configure checks This is all not needed anymore. In particular, remove all configure switches except --enable-libavfilter. --- waftools/fragments/libavfilter.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 waftools/fragments/libavfilter.c (limited to 'waftools/fragments') diff --git a/waftools/fragments/libavfilter.c b/waftools/fragments/libavfilter.c deleted file mode 100644 index ae9b96e81e..0000000000 --- a/waftools/fragments/libavfilter.c +++ /dev/null @@ -1,7 +0,0 @@ -#include -static void vf_next_query_format() {} -int main(void) { - avfilter_register_all(); - vf_next_query_format(); - return 0; -} -- cgit v1.2.3