[xiph-cvs] cvs commit: vorbis-tools/oggenc platform.h

Michael Smith msmith at xiph.org
Fri Apr 12 07:19:42 PDT 2002



msmith      02/04/12 07:19:41

  Modified:    .        configure.in
               oggenc   platform.h
  Log:
  Patches for IRIX from Michael Pruett

Revision  Changes    Path
1.37      +1 -0      vorbis-tools/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- configure.in	2002/03/18 03:37:40	1.36
+++ configure.in	2002/04/12 14:19:40	1.37
@@ -102,6 +102,7 @@
 dnl Check for library functions
 dnl --------------------------------------------------
 
+AC_FUNC_ALLOCA
 AM_ICONV
 AC_CHECK_FUNCS(atexit on_exit)
 AM_LANGINFO_CODESET

<p><p>1.8       +3 -1      vorbis-tools/oggenc/platform.h

Index: platform.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/platform.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- platform.h	2001/09/15 15:11:03	1.7
+++ platform.h	2002/04/12 14:19:41	1.8
@@ -1,9 +1,11 @@
 #ifndef __PLATFORM_H
 #define __PLATFORM_H
 
+#include <config.h>
+
 #include <stdio.h>
 
-#ifdef __sun
+#ifdef HAVE_ALLOCA_H
 #include <alloca.h>
 #endif
 

<p><p><p>--- >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