From 1d48b11478b346411d57b8fee1c242591f9b83c5 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 9 Jul 2013 09:28:05 +0200 Subject: configure: add libdl detection to ladspa, vf_dlopen --- video/filter/vf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/filter') diff --git a/video/filter/vf.c b/video/filter/vf.c index 0f7cc58ee5..b0c9a7809b 100644 --- a/video/filter/vf.c +++ b/video/filter/vf.c @@ -109,7 +109,9 @@ static const vf_info_t *const filter_list[] = { &vf_info_sub, &vf_info_yadif, &vf_info_stereo3d, +#if defined(HAVE_LIBDL) || defined(_WIN32) &vf_info_dlopen, +#endif NULL }; -- cgit v1.2.3