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. --- video/filter/vf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/filter/vf.c') diff --git a/video/filter/vf.c b/video/filter/vf.c index 001363b5fb..0ab5a2c651 100644 --- a/video/filter/vf.c +++ b/video/filter/vf.c @@ -84,7 +84,7 @@ static const vf_info_t *const filter_list[] = { #if HAVE_LIBPOSTPROC &vf_info_pp, #endif -#if HAVE_VF_LAVFI +#if HAVE_LIBAVFILTER &vf_info_lavfi, #endif -- cgit v1.2.3