summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-07-09 09:28:05 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-07-09 09:28:42 +0200
commit1d48b11478b346411d57b8fee1c242591f9b83c5 (patch)
treeaf5bd93e5bc7a3f3a24cc82b846180132bb11dc5 /Makefile
parent7a71a2cc483d17bed94408d5aee6fba6893558cb (diff)
downloadmpv-1d48b11478b346411d57b8fee1c242591f9b83c5.tar.bz2
mpv-1d48b11478b346411d57b8fee1c242591f9b83c5.tar.xz
configure: add libdl detection to ladspa, vf_dlopen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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 \