]> git.sesse.net Git - vlc/commitdiff
Remove skins2 dependency on libxml2 for Win32
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Aug 2009 10:02:41 +0000 (12:02 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Aug 2009 10:02:41 +0000 (12:02 +0200)
Skins2 dll gets a bit smaller.

configure.ac

index 5539916243f326ec15ba63bd5f5f5b63a3d5be6a..8ec1ecf0bdb40ae85c4c3bf9f97ff5e047283d2b 100644 (file)
@@ -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"