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

ARMv6 JIT scaler requires libm

parent 562d5866
......@@ -733,7 +733,7 @@ AC_CHECK_LIB(m,sqrt,[
VLC_ADD_LIBS([headphone_channel_mixer normvol speex mono colorthres extract],[-lm])
])
AC_CHECK_LIB(m,ceil,[
VLC_ADD_LIBS([hotkeys mosaic],[-lm])
VLC_ADD_LIBS([hotkeys mosaic swscale_maemo],[-lm])
])
AC_CHECK_LIB(m,exp,[
VLC_ADD_LIBS([gaussianblur],[-lm])
......
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