From dc95504a52fc09be96a92b6cf2d9643ad4363db6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Jul 2013 18:33:39 +0200 Subject: build: change vf_dlopen test Didn't work on Windows. Apparently, WIN32 is not set in the Makefile. --- video/filter/vf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/filter/vf.c b/video/filter/vf.c index b0c9a7809b..1402ad3efc 100644 --- a/video/filter/vf.c +++ b/video/filter/vf.c @@ -109,7 +109,7 @@ static const vf_info_t *const filter_list[] = { &vf_info_sub, &vf_info_yadif, &vf_info_stereo3d, -#if defined(HAVE_LIBDL) || defined(_WIN32) +#ifdef CONFIG_DLOPEN &vf_info_dlopen, #endif NULL -- cgit v1.2.3