[vlc-devel] commit: sqrtf is in libm, not (non-existent) libmx ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Aug 23 19:38:23 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 23 20:38:03 2009 +0300| [cd7fd42c4134ac21adf8af8cd6651081b1087a8c] | committer: Rémi Denis-Courmont
sqrtf is in libm, not (non-existent) libmx
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd7fd42c4134ac21adf8af8cd6651081b1087a8c
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7bb2b5d..7be1bfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -732,8 +732,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