vlc | branch: master | Rafaël Carré <[email protected]> | Wed Feb 11 22:35:29 2015 +0100| [2693386082685ac8c0b15a57f923c6dee1eb9acb] | committer: Rafaël Carré
quartztext: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2693386082685ac8c0b15a57f923c6dee1eb9acb --- modules/text_renderer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/text_renderer/Makefile.am b/modules/text_renderer/Makefile.am index 4323aee..f84658b 100644 --- a/modules/text_renderer/Makefile.am +++ b/modules/text_renderer/Makefile.am @@ -22,7 +22,7 @@ libfreetype_plugin_la_LIBADD += $(FRIBIDI_LIBS) endif libquartztext_plugin_la_SOURCES = text_renderer/quartztext.c -libquartztext_plugin_la_LDFLAGS = $(AM_LFLFAGS) \ +libquartztext_plugin_la_LDFLAGS = $(AM_LDFLAGS) \ -Wl,-framework,ApplicationServices EXTRA_LTLIBRARIES += libquartztext_plugin.la text_LTLIBRARIES += $(LTLIBquartztext) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
