[vlc-devel] commit: ARMv6 JIT scaler requires libm ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Oct 18 15:35:29 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Oct 18 16:35:16 2009 +0300| [594273b880f6eb9a9dc34d24ea9edaccaf89c100] | committer: Rémi Denis-Courmont 

ARMv6 JIT scaler requires libm

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

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

diff --git a/configure.ac b/configure.ac
index 83d70bb..7aea04b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])




More information about the vlc-devel mailing list