mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
4a05e71cc7
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30470 b3059339-0415-0410-9bf9-f77b7e298cf2
11 lines
211 B
C
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 */
|