view osdep/shmem.h @ 21180:2f1d3f01a244

Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg had the same name.
author diego
date Fri, 24 Nov 2006 23:32:39 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p,int size);