mpv/cfg-mplayer-def.h

11 lines
211 B
C

#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 */