]> git.sesse.net Git - vlc/commitdiff
sqrtf is in libm, not (non-existent) libmx
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 23 Aug 2009 17:38:03 +0000 (20:38 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 23 Aug 2009 17:38:03 +0000 (20:38 +0300)
configure.ac

index 7bb2b5dafe17f2628899d38a9e0d9de983fc8442..7be1bfa1bef2cec8f03debaccc33463ff9d27fe4 100644 (file)
@@ -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"