summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/libavfilter.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-16 10:25:05 +0100
committerwm4 <wm4@nowhere>2014-03-16 13:19:29 +0100
commit98cd2c41226c96e0c4d0e317c0272cb0ed4ca612 (patch)
treee152641c4a35b52d56c168586dd02f5bd23de2ab /waftools/fragments/libavfilter.c
parentc9d328319ebe88fcb3a978252c72ca762cfdaecd (diff)
downloadmpv-98cd2c41226c96e0c4d0e317c0272cb0ed4ca612.tar.bz2
mpv-98cd2c41226c96e0c4d0e317c0272cb0ed4ca612.tar.xz
build: simplify libavfilter configure checks
This is all not needed anymore. In particular, remove all configure switches except --enable-libavfilter.
Diffstat (limited to 'waftools/fragments/libavfilter.c')
-rw-r--r--waftools/fragments/libavfilter.c7
1 files changed, 0 insertions, 7 deletions
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 <libavfilter/avfilter.h>
-static void vf_next_query_format() {}
-int main(void) {
- avfilter_register_all();
- vf_next_query_format();
- return 0;
-}