Commit c99f6e9b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove skins2 dependency on libxml2 for Win32

Skins2 dll gets a bit smaller.
parent 12b7d6cf
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment