Displaying 2 results from an estimated 2 matches for "have_sqrtf".
Did you mean:
dhave_sqrtf
2001 Mar 29
2
libvorbis: NO_FLOAT_MATH_LIB patch
This is in response to NO_FLOAT_MATH_LIB not getting set on Solaris.
The patchlet below
- makes configure check for sqrtf(),
- defines HAVE_SQRTF if sqrtf() has been found,
- uses HAVE_SQRTF in lib/os.h.
NO_FLOAT_MATH_LIB isn't used any longer.
--- configure.in.orig Fri Mar 30 02:02:35 2001
+++ configure.in Fri Mar 30 02:10:16 2001
@@ -162,6 +162,7 @@ dnl ------------------------------------
AC_FUNC_ALLOCA
AC_FUNC_MEMCMP
+AC_CHECK_...
2002 Aug 28
1
ogg123 on Solaris
...2. I am now trying to run ogg123 but nothing happens:
$ ogg123 -v Pateras.ogg
Audio Device: Sun audio driver output
Author: Christian Weisgerber <naddy@openbsd.org>
Comments: Outputs to the sun audio system.
I have also worked around bug #191 by defining HAVE_SQRTF:
http://bugs.xiph.org/show_bug.cgi?id=191
Are there other known bugs I should be working around on Solaris? Is there
anything special I should be checking? Any ideas on how to pinpoint the
problem? I think the problem is either with libao, or with ogg123 itself, as
libvorbis seems to be...