Displaying 2 results from an estimated 2 matches for "ao_solaris".
2000 Jul 27
3
Mainline nonportability
Hi folks,
I'd like to remind people with write access on the CVS mainline not to put any
tools/libs/patches into the main build that are not portable... I'm getting
not-very-pretty flames from NetBSD folks because libao fails to *configure*
under NetBSD (let alone build), thus breaking building the build for the
entire CVS mainline.
Specifically:
>checking size of int...
2001 Mar 29
0
Results of Solaris testing
This evening I sat down trying to make ogg123 play a song on a
SPARCstation 10/412 running Solaris 7.
* libao
My ao_sun audio driver, already known to cover NetBSD/OpenBSD,
works fine on Solaris, too. I would really like to see this
committed (and ao_solaris can be removed).
* libogg
(no issues)
* libvorbis
Solaris doesn't have the float functions (acosf(), etc), but the
#defines don't pick this up. Either some defines for Solaris or
a proper autoconf test need to be added.
* vorbis-tools
The patch I recently submitted for memory...