Mercurial > mplayer.hg
view loader/module.h @ 7096:6746866a94c6
Use the confdir we compiled with (/etc/mplayer/mplayer.conf instead of
/etc/mplayer.conf). Spotted by Kiss Gabor <kissg@sztaki.hu>.
author | diego |
---|---|
date | Tue, 27 Aug 2002 09:57:12 +0000 |
parents | 4b0dd1ff6a20 |
children |
line wrap: on
line source
#ifndef LOADER_MODULE_H #define LOADER_MODULE_H void CodecRelease(void); void CodecAlloc(void); #endif // LOADER_MODULE_H