view osdep/shmem.h @ 26056:5ce6348b1a6e

On OS/2, fall back on the directory where MPlayer is installed if both MPLAYER_HOME and HOME are not set. patch by KO Myung-Hun, komh chollian net
author diego
date Sun, 24 Feb 2008 12:41:51 +0000
parents 4129c8cfa742
children 5cfef41a1771
line wrap: on
line source

#ifndef MPLAYER_SHMEM_H
#define MPLAYER_SHMEM_H

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

#endif /* MPLAYER_SHMEM_H */