Commit 72acc32a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: fix libass linking.

(cherry picked from commit 8dc89254)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e8755862
......@@ -3825,7 +3825,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