Mercurial > mplayer.hg
view osdep/shmem.h @ 28656:5a0e7cec3f9f
Print the version string after the command line has been parsed.
This allows printing the CPU information when verbose mode is
triggered on the command line.
author | diego |
---|---|
date | Sat, 21 Feb 2009 17:35:48 +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 */