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

Michael Smith msmith at xiph.org
Wed Nov 29 20:59:18 PST 2000



msmith      00/11/29 20:59:18

  Modified:    oggenc   audio.c
  Log:
  Get rid of malloc.h - it doesn't exist on macos X, and doesn't seem to be
  needed on other systems. Don't know why it was there.

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

Index: audio.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/audio.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audio.c	2000/11/06 01:45:23	1.3
+++ audio.c	2000/11/30 04:59:17	1.4
@@ -14,7 +14,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
-#include <malloc.h>
 #include "audio.h"
 
 #define WAV_HEADER_SIZE 44

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