diff options
author | Monty <xiphmont@xiph.org> | 2003-03-30 23:40:56 +0000 |
---|---|---|
committer | Monty <xiphmont@xiph.org> | 2003-03-30 23:40:56 +0000 |
commit | a4c6794f438526b35bb43741a39a8049699a53db (patch) | |
tree | 2b2dcd419aea502c6be26f571ed8735654ac1eed /misc.h | |
parent | 3c764af8013b5b153d3e97311d56a8741536f4cf (diff) | |
download | tremor-a4c6794f438526b35bb43741a39a8049699a53db.tar.gz |
Fix several minor bits of merge weirdness spotted by slothead.
git-svn-id: https://svn.xiph.org/trunk/Tremor@4570 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -20,26 +20,6 @@ #include "ivorbiscodec.h" #include "os_types.h" -//#define _VDBG_GRAPHFILE "_0.m" -extern void *_VDBG_malloc(void *ptr,long bytes,char *file,long line); -extern void _VDBG_free(void *ptr,char *file,long line); - -#undef _ogg_malloc -#undef _ogg_calloc -#undef _ogg_realloc -#undef _ogg_free - -#define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) -#define _ogg_calloc(x,y) _VDBG_malloc(NULL,(x)*(y),__FILE__,__LINE__) -#define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__) -#define _ogg_free(x) _VDBG_free((x),__FILE__,__LINE__) - - -extern void *_vorbis_block_alloc(vorbis_block *vb,long bytes); -extern void _vorbis_block_ripcord(vorbis_block *vb); -extern void _analysis_output(char *base,int i,ogg_int32_t *v,int point, - int n,int bark,int dB); - #include "asm_arm.h" #ifndef _V_WIDE_MATH |