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

Hopefully fix linking of the mosaic plugin

parent acd71ac3
...@@ -560,6 +560,9 @@ AC_CHECK_LIB(m,pow,[ ...@@ -560,6 +560,9 @@ AC_CHECK_LIB(m,pow,[
AC_CHECK_LIB(m,sqrt,[ AC_CHECK_LIB(m,sqrt,[
VLC_ADD_LDFLAGS([headphone_channel_mixer normvol speex],[-lm]) VLC_ADD_LDFLAGS([headphone_channel_mixer normvol speex],[-lm])
]) ])
AC_CHECK_LIB(m,ceil,[
VLC_ADD_LDFLAGS([mosaic],[-lm])
])
AC_CHECK_LIB(mx,sqrtf,[ AC_CHECK_LIB(mx,sqrtf,[
VLC_ADD_LDFLAGS([x264],[-lmx]) VLC_ADD_LDFLAGS([x264],[-lmx])
]) ])
......
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