]> git.sesse.net Git - vlc/commitdiff
hotkeys needs -lm due to floor()
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 2 May 2009 07:41:44 +0000 (10:41 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 2 May 2009 07:41:44 +0000 (10:41 +0300)
configure.ac

index 7130baeef27595ae338ae115835cdc573785e86e..c4ef5c383cc03137c67e85ade7ab495e812f7e3a 100644 (file)
@@ -731,7 +731,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([mosaic],[-lm])
+  VLC_ADD_LIBS([hotkeys mosaic],[-lm])
 ])
 AC_CHECK_LIB(m,exp,[
   VLC_ADD_LIBS([gaussianblur],[-lm])