diff options
author | bobo1on1 <bobo1on1@svn> | 2010-10-20 21:16:29 +0000 |
---|---|---|
committer | bobo1on1 <bobo1on1@svn> | 2010-10-20 21:16:29 +0000 |
commit | 7ad918e912b618eaee5b3beabfc8a2daa3f8282f (patch) | |
tree | 3af00f94b35484f8132620a5ba8186b337cc5fb7 /lib/libass | |
parent | cd7104815521edbd70f00794bc8320598907bf31 (diff) |
fixed: our internal libass needs to be linked to fontconfig, broken since r34841
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34903 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'lib/libass')
-rw-r--r-- | lib/libass/xbmc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libass/xbmc/Makefile.in b/lib/libass/xbmc/Makefile.in index 1c58515282..7aecd6d3dd 100644 --- a/lib/libass/xbmc/Makefile.in +++ b/lib/libass/xbmc/Makefile.in @@ -20,7 +20,7 @@ $(SLIB): ../libass/.libs/libass.dylib $(MAKE) -C .. else $(SLIB): ../libass/.libs/libass.so - $(CXX) $(LDFLAGS) -shared -fPIC -o $(SLIB) ../libass/.libs/*.o \ + $(CXX) $(LDFLAGS) -lfontconfig -shared -fPIC -o $(SLIB) ../libass/.libs/*.o \ `cat ../../../xbmc/cores/DllLoader/exports/wrapper.def` \ ../../../xbmc/cores/DllLoader/exports/wrapper.o |