diff options
author | wm4 <wm4@nowhere> | 2014-03-16 10:25:05 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-03-16 13:19:29 +0100 |
commit | 98cd2c41226c96e0c4d0e317c0272cb0ed4ca612 (patch) | |
tree | e152641c4a35b52d56c168586dd02f5bd23de2ab /waftools/fragments | |
parent | c9d328319ebe88fcb3a978252c72ca762cfdaecd (diff) |
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')
-rw-r--r-- | waftools/fragments/libavfilter.c | 7 |
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; -} |