diff options
author | Rudolf Polzer <divverent@xonotic.org> | 2013-07-09 09:28:05 +0200 |
---|---|---|
committer | Rudolf Polzer <divverent@xonotic.org> | 2013-07-09 09:28:42 +0200 |
commit | 1d48b11478b346411d57b8fee1c242591f9b83c5 (patch) | |
tree | af5bd93e5bc7a3f3a24cc82b846180132bb11dc5 /Makefile | |
parent | 7a71a2cc483d17bed94408d5aee6fba6893558cb (diff) |
configure: add libdl detection to ladspa, vf_dlopen
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 \ |