Commit 1e1bdefe authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Rémi Denis-Courmont

Fix compile of Skins2 on Windows

Fix for [1f579327] for Windows
(cherry picked from commit fe5d06cd)
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 777c432b
...@@ -738,6 +738,11 @@ AC_CHECK_LIB(m,sqrtf,[ ...@@ -738,6 +738,11 @@ AC_CHECK_LIB(m,sqrtf,[
]) ])
fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
AC_CHECK_LIB(m,lrintf, [
AC_DEFINE(HAVE_LRINTF, 1, [Define to 1 if you have the lrintf function])
VLC_ADD_LIBS([skins2],[-lm])
])
dnl Check for dynamic plugins dnl Check for dynamic plugins
ac_cv_have_plugins=no ac_cv_have_plugins=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