[vlc-commits] access: make sure that the screen module is compiled for OSX by default ( closes #8146)

Felix Paul Kühne git at videolan.org
Sun Feb 24 07:42:39 CET 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Feb 23 22:42:08 2013 -0800| [afb85fb6fdce81739c03dac7449b6c2efad896d3] | committer: Felix Paul Kühne

access: make sure that the screen module is compiled for OSX by default (closes #8146)

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

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

diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index 64f5dbf..d4bfa25 100644
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -184,6 +184,7 @@ if HAVE_DARWIN
 libscreen_plugin_la_SOURCES += screen/mac.c
 libscreen_plugin_la_LDFLAGS = $(AM_LDFLAGS)
 libscreen_plugin_la_LDFLAGS += "-Wl,-framework,OpenGL,-framework,ApplicationServices"
+libvlc_LTLIBRARIES += libscreen_plugin.la
 endif
 
 



More information about the vlc-commits mailing list