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 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7dc01f7a3d..a70c845a22 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,11 @@ ifeq ($(HAVE_AVUTIL_REFCOUNTING),no) SOURCES-yes += video/decode/lavc_dr1.c endif +SOURCES-$(DL) += video/filter/vf_dlopen.c +ifeq ($(DL),no) + SOURCES-$(WIN32) += video/filter/vf_dlopen.c +endif + SOURCES = talloc.c \ audio/audio.c \ audio/chmap.c \ @@ -248,7 +253,6 @@ SOURCES = talloc.c \ video/filter/vf_crop.c \ video/filter/vf_delogo.c \ video/filter/vf_divtc.c \ - video/filter/vf_dlopen.c \ video/filter/vf_down3dright.c \ video/filter/vf_dsize.c \ video/filter/vf_eq.c \ -- cgit v1.2.3