From: Jean-Baptiste Kempf Date: Thu, 13 Aug 2009 10:02:41 +0000 (+0200) Subject: Remove skins2 dependency on libxml2 for Win32 X-Git-Tag: 1.1.0-ff~4420 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c99f6e9b5cc1fac3793a5cea6ab6854aab4c9994;p=vlc Remove skins2 dependency on libxml2 for Win32 Skins2 dll gets a bit smaller. --- diff --git a/configure.ac b/configure.ac index 5539916243..8ec1ecf0bd 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"