summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer-def.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-09 19:18:43 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-09 19:18:43 +0200
commit12d3caebc7a44c67e7cc5a55e5ddadac844a225a (patch)
treee1d4d50d1960d8f7015dc7f139443550eccff51d /cfg-mplayer-def.h
parent323890871d9a4d5bed8a38b1b676590ce614d87a (diff)
parentb1ca7b2a66a2f53312cd831de42b80aa430c6898 (diff)
downloadmpv-12d3caebc7a44c67e7cc5a55e5ddadac844a225a.tar.bz2
mpv-12d3caebc7a44c67e7cc5a55e5ddadac844a225a.tar.xz
Merge svn changes up to r30475
Diffstat (limited to 'cfg-mplayer-def.h')
-rw-r--r--cfg-mplayer-def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg-mplayer-def.h b/cfg-mplayer-def.h
index 9ebb69de6b..394fe10708 100644
--- a/cfg-mplayer-def.h
+++ b/cfg-mplayer-def.h
@@ -1,5 +1,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 */