Commit 12b7d6cf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Force -lz on fretype.

parent 8fa33bb5
...@@ -3703,7 +3703,7 @@ then ...@@ -3703,7 +3703,7 @@ then
VLC_ADD_LIBS([freetype skins2],[${FREETYPE_LIBS}]) VLC_ADD_LIBS([freetype skins2],[${FREETYPE_LIBS}])
if test "${SYS}" = "mingw32"; then if test "${SYS}" = "mingw32"; then
VLC_ADD_LIBS([skins2],[-lxml2]) VLC_ADD_LIBS([skins2],[-lxml2])
VLC_ADD_LIBS([freetype],[-liconv]) VLC_ADD_LIBS([freetype],[-liconv -lz])
fi fi
if test "${enable_fontconfig}" != "no" if test "${enable_fontconfig}" != "no"
then then
......
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