[vlc-devel] commit: hotkeys needs -lm due to floor() ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 2 09:42:02 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May  2 10:41:44 2009 +0300| [7336ff446d319598ea3826430500e1f1c8e759d7] | committer: Rémi Denis-Courmont 

hotkeys needs -lm due to floor()

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7336ff446d319598ea3826430500e1f1c8e759d7
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7130bae..c4ef5c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])




More information about the vlc-devel mailing list