[vlc-commits] win32: put the direct3d filters in the video filters module list

Steve Lhomme git at videolan.org
Sat Jul 1 18:29:25 CEST 2017


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Fri Jun 16 11:14:38 2017 +0200| [bf34e5ab5f9b3828829783854735018c25edc8f0] | committer: Jean-Baptiste Kempf

win32: put the direct3d filters in the video filters module list

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf34e5ab5f9b3828829783854735018c25edc8f0
---

 modules/video_output/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index 8f0618c6eb..fc066606c4 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -243,7 +243,7 @@ libdirect3d9_deinterlace_plugin_la_LIBADD = $(LIBCOM)
 libdirect3d9_deinterlace_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)'
 if HAVE_WIN32_DESKTOP
 vout_LTLIBRARIES += $(LTLIBdirect3d9)
-vout_LTLIBRARIES += $(LTLIBdirect3d9_deinterlace)
+video_filter_LTLIBRARIES += $(LTLIBdirect3d9_deinterlace)
 EXTRA_LTLIBRARIES += libdirect3d9_plugin.la libdirect3d9_deinterlace_plugin.la
 endif
 
@@ -268,7 +268,7 @@ EXTRA_LTLIBRARIES += libdirect3d11_plugin.la
 libdirect3d11_deinterlace_plugin_la_SOURCES = video_output/win32/d3d11_deinterlace.c \
   video_chroma/dxgi_fmt.c video_chroma/dxgi_fmt.h
 libdirect3d11_deinterlace_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)'
-vout_LTLIBRARIES += $(LTLIBdirect3d11_deinterlace)
+video_filter_LTLIBRARIES += $(LTLIBdirect3d11_deinterlace)
 EXTRA_LTLIBRARIES += libdirect3d11_deinterlace_plugin.la
 
 libdirectdraw_plugin_la_SOURCES = video_output/win32/directdraw.c \



More information about the vlc-commits mailing list