summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/libavfilter.c
diff options
context:
space:
mode:
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;
-}