[xiph-cvs] cvs commit: vorbis-tools/oggenc resample.c

Michael Smith msmith at xiph.org
Tue Jul 2 08:59:13 PDT 2002



msmith      02/07/02 08:59:13

  Modified:    oggenc   resample.c
  Log:
  malloc.h --> stdlib.h, for portability.

Revision  Changes    Path
1.4       +1 -1      vorbis-tools/oggenc/resample.c

Index: resample.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/resample.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- resample.c	2002/06/23 06:52:56	1.3
+++ resample.c	2002/07/02 15:59:12	1.4
@@ -1,7 +1,7 @@
 /* resample.c: see resample.h for interesting stuff */
 
 #include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
 #include <assert.h>

<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