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
(parent:
12b7d6c
)
Remove skins2 dependency on libxml2 for Win32
author
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 13 Aug 2009 10:02:41 +0000
(12:02 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 13 Aug 2009 10:02:41 +0000
(12:02 +0200)
Skins2 dll gets a bit smaller.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5539916
..
8ec1ecf
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3702,7
+3702,6
@@
then
VLC_ADD_CPPFLAGS([freetype skins2],[${FREETYPE_CFLAGS}])
VLC_ADD_LIBS([freetype skins2],[${FREETYPE_LIBS}])
if test "${SYS}" = "mingw32"; then
- VLC_ADD_LIBS([skins2],[-lxml2])
VLC_ADD_LIBS([freetype],[-liconv -lz])
fi
if test "${enable_fontconfig}" != "no"