0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/cfg-mplayer-def.h
diego 4a05e71cc7 Add missing multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30470 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-30 23:20:10 +00:00

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