[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.h
Jeff Squyres
jsquyres at xiph.org
Sun Feb 18 21:22:10 PST 2001
jsquyres 01/02/18 21:22:10
Modified: ogg123 ogg123.h
Log:
Added same fix for Solaris with respect to <alloca.h> that is in oggenc
Revision Changes Path
1.5 +4 -0 vorbis-tools/ogg123/ogg123.h
Index: ogg123.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ogg123.h 2001/01/25 11:31:14 1.4
+++ ogg123.h 2001/02/19 05:22:09 1.5
@@ -9,6 +9,10 @@
#include <vorbis/vorbisfile.h>
#include <ao/ao.h>
+#ifdef __sun
+#include <alloca.h>
+#endif
+
/* For facilitating output to multiple devices */
typedef struct devices_s {
int driver_id;
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list