We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5640ddf commit 4a05e71Copy full SHA for 4a05e71
cfg-mplayer-def.h
@@ -1,6 +1,10 @@
1
+#ifndef MPLAYER_CFG_MPLAYER_DEF_H
2
+#define MPLAYER_CFG_MPLAYER_DEF_H
3
+
4
static char* default_config=
5
"# Write your default config options here!\n"
6
"\n"
7
//"nosound=nem"
8
"\n";
9
10
+#endif /* MPLAYER_CFG_MPLAYER_DEF_H */
0 commit comments