summaryrefslogtreecommitdiffstats
path: root/loader/codecpath.h
blob: 0532e9a3a13c715af3c343cd84e77d5901d78ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Modified for use with MPlayer, detailed changelog at
 * http://svn.mplayerhq.hu/mplayer/trunk/
 */

#ifndef MPLAYER_CODECPATH_H
#define MPLAYER_CODECPATH_H

extern char *def_path;
void SetCodecPath(const char* path);

#endif /* MPLAYER_CODECPATH_H */