view osdep/shmem.h @ 22813:acfb17bdb671

prevent building xvmc with the old api. temporal solution until configure can handle it.
author iive
date Mon, 26 Mar 2007 15:53:23 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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