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. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a70c845a22..c3638c865f 100644 --- a/Makefile +++ b/Makefile @@ -116,10 +116,7 @@ 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-$(DLOPEN) += video/filter/vf_dlopen.c SOURCES = talloc.c \ audio/audio.c \ -- cgit v1.2.3