]> git.sesse.net Git - vlc/commitdiff
Hopefully fix linking of the mosaic plugin
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 2 May 2006 15:23:39 +0000 (15:23 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 2 May 2006 15:23:39 +0000 (15:23 +0000)
configure.ac

index 704fcedaa4ce6ca97f886c6668800686d3597c57..80cc528eda57b9b6b51759ab47e980b4b9610edf 100644 (file)
@@ -560,6 +560,9 @@ AC_CHECK_LIB(m,pow,[
 AC_CHECK_LIB(m,sqrt,[
   VLC_ADD_LDFLAGS([headphone_channel_mixer normvol speex],[-lm])
 ])
+AC_CHECK_LIB(m,ceil,[
+  VLC_ADD_LDFLAGS([mosaic],[-lm])
+])
 AC_CHECK_LIB(mx,sqrtf,[
   VLC_ADD_LDFLAGS([x264],[-lmx])
 ])