Add missing multiple inclusion guards.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30470 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-01-30 23:20:10 +00:00
parent 5640ddf49c
commit 4a05e71cc7
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +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 */