summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer-def.h
blob: 394fe107081f4dd0e30c864a213bd168820c4c27 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MPLAYER_CFG_MPLAYER_DEF_H
#define MPLAYER_CFG_MPLAYER_DEF_H

static char* default_config=
"# Write your default config options here!\n"
"\n"
//"nosound=nem"
"\n";

#endif /* MPLAYER_CFG_MPLAYER_DEF_H */