Commit cd7fd42c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

sqrtf is in libm, not (non-existent) libmx

parent f6bb7390
...@@ -732,8 +732,8 @@ AC_CHECK_LIB(m,exp,[ ...@@ -732,8 +732,8 @@ AC_CHECK_LIB(m,exp,[
AC_CHECK_LIB(m,round,[ AC_CHECK_LIB(m,round,[
VLC_ADD_LIBS([dbus],[-lm]) VLC_ADD_LIBS([dbus],[-lm])
]) ])
AC_CHECK_LIB(mx,sqrtf,[ AC_CHECK_LIB(m,sqrtf,[
VLC_ADD_LIBS([x264],[-lmx]) VLC_ADD_LIBS([x264],[-lm])
]) ])
fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
......
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