view osdep/shmem.h @ 13551:2466b2ee99a8

move the file writers after vo_null so they don't get autoselected - following the same logic as in libao2
author alex
date Mon, 04 Oct 2004 19:36:12 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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