Commit 0ef62810 authored by sebastien's avatar sebastien Committed by Rémi Denis-Courmont

Configure : update mingw-runtime error message

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 1e9c9c83
......@@ -482,7 +482,7 @@ AS_IF([test "${SYS}" = "mingw32"], [
AC_MSG_RESULT([ok])
], [
AC_MSG_RESULT([present])
AC_MSG_ERROR([LibVLC requires mingw-runtime version 3.13 or higher!])
AC_MSG_ERROR([LibVLC requires mingw-runtime version 3.14 or higher!])
])
dnl force use of mingw provided c99 *printf over msvcrt
CPPFLAGS="${CPPFLAGS} -D__USE_MINGW_ANSI_STDIO=1"
......
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