view linux/shmem.h @ 1515:624c9d5dad20

Use the standard mplayer config test for finding libraries, so that it can find -laa in non-standard places and for supporting systems with a shared libaa.so
author jkeil
date Tue, 14 Aug 2001 14:34:27 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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