view osdep/shmem.h @ 13960:3027af083f6f

Better explanation of how to build an MPlayer that runs on different machine types, based on a patch by Gabor Mizda.
author diego
date Wed, 17 Nov 2004 08:25:08 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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