[vlc-devel] commit: Remove skins2 dependency on libxml2 for Win32 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Aug 13 12:13:12 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 13 12:02:41 2009 +0200| [c99f6e9b5cc1fac3793a5cea6ab6854aab4c9994] | committer: Jean-Baptiste Kempf
Remove skins2 dependency on libxml2 for Win32
Skins2 dll gets a bit smaller.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c99f6e9b5cc1fac3793a5cea6ab6854aab4c9994
---
configure.ac | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5539916..8ec1ecf 100644
--- 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"
More information about the vlc-devel
mailing list