[vlc-commits] Fix libass linking that always need freetype

Jean-Baptiste Kempf git at videolan.org
Mon Sep 16 20:48:44 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 16 20:00:55 2013 +0200| [ae99f7d549bb74c7efa9acabd46296f89c701026] | committer: Jean-Baptiste Kempf

Fix libass linking that always need freetype

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

 modules/codec/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index dc10e08..019ad06 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -122,7 +122,7 @@ liblibass_plugin_la_SOURCES = codec/libass.c
 liblibass_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_libass)
 liblibass_plugin_la_CFLAGS = $(AM_CFLAGS) $(LIBASS_CFLAGS)
 liblibass_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
-liblibass_plugin_la_LIBADD = $(LIBASS_LIBS) $(LIBS_libass)
+liblibass_plugin_la_LIBADD = $(LIBASS_LIBS) $(LIBS_libass) $(LIBS_freetype)
 EXTRA_LTLIBRARIES += liblibass_plugin.la
 codec_LTLIBRARIES += $(LTLIBlibass)
 



More information about the vlc-commits mailing list