view osdep/shmem.h @ 15453:d7a2ffc6e694

compilation/link fix with --disable-qtx --disable-dshow patch by Gianluigi Tiesi <mplayer at netfarm dot it>
author diego
date Sat, 14 May 2005 09:03:00 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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