[vlc-commits] svg: don't build as a static library
Rafaël Carré
git at videolan.org
Wed Feb 11 22:36:26 CET 2015
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Feb 11 22:34:57 2015 +0100| [2f675d8c88a5f5d5e9700e8f1e81b07772ef903f] | committer: Rafaël Carré
svg: don't build as a static library
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f675d8c88a5f5d5e9700e8f1e81b07772ef903f
---
modules/text_renderer/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/text_renderer/Makefile.am b/modules/text_renderer/Makefile.am
index 5ffed77..4323aee 100644
--- a/modules/text_renderer/Makefile.am
+++ b/modules/text_renderer/Makefile.am
@@ -29,6 +29,7 @@ text_LTLIBRARIES += $(LTLIBquartztext)
libsvg_plugin_la_SOURCES = text_renderer/svg.c
libsvg_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(SVG_CFLAGS)
+libsvg_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(textdir)'
libsvg_plugin_la_LIBADD = $(SVG_LIBS)
EXTRA_LTLIBRARIES += libsvg_plugin.la
text_LTLIBRARIES += $(LTLIBsvg)
More information about the vlc-commits
mailing list