git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e3a2e4e
)
Win32: fix libass linking.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 25 Oct 2008 13:50:51 +0000
(15:50 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 25 Oct 2008 13:51:48 +0000
(15:51 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
1f7b0d0
..
0bb57b6
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3763,7
+3763,7
@@
AS_IF( [test "${enable_libass}" = "yes"], [
AC_CHECK_HEADERS(fontconfig/fontconfig.h,
[VLC_ADD_CPPFLAGS([libass],[-DHAVE_FONTCONFIG])
if test "${SYS}" = "mingw32"; then
- VLC_ADD_LIBS([libass],[-lfontconfig -lfreetype -liconv -lxml2])
+ VLC_ADD_LIBS([libass],[-lfontconfig -lfreetype -liconv
-lz
-lxml2])
else
VLC_ADD_LIBS([libass],[-lfontconfig])
fi