[vlc-commits] Build screen module as shared on Win32

Jean-Baptiste Kempf git at videolan.org
Tue Jul 9 13:55:54 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul  9 13:55:14 2013 +0200| [f3be1dd20e9b603d139edcdde10ad1b6fa6efc02] | committer: Jean-Baptiste Kempf

Build screen module as shared on Win32

Close #8925

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

 modules/access/Modules.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index 6061240..b10118d 100644
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -190,6 +190,7 @@ libscreen_plugin_la_CFLAGS = $(AM_CFLAGS)
 libscreen_plugin_la_LIBADD = $(AM_LIBADD)
 if HAVE_WIN32
 libscreen_plugin_la_SOURCES += screen/win32.c
+libscreen_plugin_la_LDFLAGS = $(AM_LDFLAGS)
 libscreen_plugin_la_LIBADD += -lgdi32
 libvlc_LTLIBRARIES += libscreen_plugin.la
 endif



More information about the vlc-commits mailing list