[xiph-cvs] cvs commit: theora/lib quant.c
Ralph Giles
giles at xiph.org
Sat Mar 6 17:31:35 PST 2004
giles 04/03/06 20:31:35
Modified: lib quant.c
Log:
_ogg_malloc (from ogg.h) is a define for malloc, so we must include stdlib.h to use it.
Revision Changes Path
1.13 +2 -1 theora/lib/quant.c
Index: quant.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/quant.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- quant.c 7 Mar 2004 01:26:31 -0000 1.12
+++ quant.c 7 Mar 2004 01:31:35 -0000 1.13
@@ -11,10 +11,11 @@
********************************************************************
function:
- last mod: $Id: quant.c,v 1.12 2004/03/07 01:26:31 giles Exp $
+ last mod: $Id: quant.c,v 1.13 2004/03/07 01:31:35 giles Exp $
********************************************************************/
+#include <stdlib.h>
#include <string.h>
#include "encoder_internal.h"
#include "quant_lookup.h"
<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