Commit 8dc89254 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: fix libass linking.

parent e3a2e4e4
......@@ -3763,7 +3763,7 @@ AS_IF( [test "${enable_libass}" = "yes"], [
AC_CHECK_HEADERS(fontconfig/fontconfig.h,
[VLC_ADD_CPPFLAGS([libass],[-DHAVE_FONTCONFIG])
if test "${SYS}" = "mingw32"; then
VLC_ADD_LIBS([libass],[-lfontconfig -lfreetype -liconv -lxml2])
VLC_ADD_LIBS([libass],[-lfontconfig -lfreetype -liconv -lz -lxml2])
else
VLC_ADD_LIBS([libass],[-lfontconfig])
fi
......
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