Displaying 4 results from an estimated 4 matches for "ao_sun".
2001 Mar 17
2
ao: Sun audio plug-in
...verify this?
After a few minor tweaks it now also compiles on Solaris 2.7.
Alas, I can't verify whether it actually plays anything there.
I guess this could also with little effort be made to work on
SunOS4.
Attached:
- Diff to configure.in and src/plugins/Makefile.am.
- sun/Makefile.am
- sun/ao_sun.c (derived from oss/ao_oss.c)
--
Christian "naddy" Weisgerber naddy@mips.inka.de
<HR NOSHADE>
<UL>
<LI>text/plain attachment: ao.patch
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ao.patch...
2004 Oct 22
0
libao-0.8.5 patch
...driver.",
+ NULL,
AO_FMT_NATIVE,
20,
ao_oss_options,
@@ -186,7 +187,8 @@
/* Free old string in case "dsp" set twice in options */
free(internal->dev);
internal->dev = strdup(value);
- }
+ } else
+ return 0;
return 1;
}
diff -ur libao-0.8.5/src/plugins/sun/ao_sun.c libao-0.8.5.new/src/plugins/sun/ao_sun.c
--- libao-0.8.5/src/plugins/sun/ao_sun.c 2001-12-16 22:10:34.000000000 +0100
+++ libao-0.8.5.new/src/plugins/sun/ao_sun.c 2004-10-22 12:07:55.000000000 +0200
@@ -52,6 +52,7 @@
"sun",
"Christian Weisgerber <naddy@openbsd.org>",...
2001 May 17
1
libao sun driver?
...n-text attachment was scrubbed...
Name: Makefile.am
Type: application/octet-stream
Size: 444 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20010517/c1178c19/Makefile-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ao_sun.c
Type: application/octet-stream
Size: 3571 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20010517/c1178c19/ao_sun-0001.obj
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...