[vlc-devel] commit: sqrtf is in libm, not (non-existent) libmx ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Aug 24 19:37:52 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 23 20:38:03 2009 +0300| [a2753703dc0df1861d88c37e20db7da54c5bb566] | committer: Rémi Denis-Courmont 

sqrtf is in libm, not (non-existent) libmx

(cherry picked from commit cd7fd42c4134ac21adf8af8cd6651081b1087a8c)

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

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

diff --git a/configure.ac b/configure.ac
index c587ca1..cd0610d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -733,8 +733,8 @@ AC_CHECK_LIB(m,exp,[
 AC_CHECK_LIB(m,round,[
   VLC_ADD_LIBS([dbus],[-lm])
 ])
-AC_CHECK_LIB(mx,sqrtf,[
-  VLC_ADD_LIBS([x264],[-lmx])
+AC_CHECK_LIB(m,sqrtf,[
+  VLC_ADD_LIBS([x264],[-lm])
 ])
 fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
 




More information about the vlc-devel mailing list