[vlc-commits] Build screen module as shared on Win32
Jean-Baptiste Kempf
git at videolan.org
Tue Jul 9 14:06:16 CEST 2013
vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 9 13:55:14 2013 +0200| [7e392b03ec596496e9154f14a25dad3d100ba244] | committer: Jean-Baptiste Kempf
Build screen module as shared on Win32
Close #8925
(cherry picked from commit f3be1dd20e9b603d139edcdde10ad1b6fa6efc02)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=7e392b03ec596496e9154f14a25dad3d100ba244
---
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