sync with en/mplayer.1 rev. 30936
[mplayer/glamo.git] / loader / codecpath.h
blob0532e9a3a13c715af3c343cd84e77d5901d78ef9
1 /*
2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/
4 */
6 #ifndef MPLAYER_CODECPATH_H
7 #define MPLAYER_CODECPATH_H
9 extern char *def_path;
10 void SetCodecPath(const char* path);
12 #endif /* MPLAYER_CODECPATH_H */