Skip to content
Snippets Groups Projects
Commit 594273b8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

ARMv6 JIT scaler requires libm

parent 562d5866
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment