diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-19 03:45:49 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-19 03:45:49 +0000 |
commit | f907302c24c6f69a654aa1ffc61381e3b1b6f592 (patch) | |
tree | ddbea2d18fad7369cc1c6dcd3164dc1a2dc44300 /cfg-mplayer-def.h | |
parent | 48edc5f4bdd697cb2176613c6a3b8710884f831d (diff) | |
download | mpv-f907302c24c6f69a654aa1ffc61381e3b1b6f592.tar.bz2 mpv-f907302c24c6f69a654aa1ffc61381e3b1b6f592.tar.xz |
new configfile/cmdline parser
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@154 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer-def.h')
-rw-r--r-- | cfg-mplayer-def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cfg-mplayer-def.h b/cfg-mplayer-def.h index f75cb44a98..4ff64c953a 100644 --- a/cfg-mplayer-def.h +++ b/cfg-mplayer-def.h @@ -1,4 +1,6 @@ static char* default_config= -"nosound=nem" +"# Write your default config options here!\n" +"\n" +//"nosound=nem" "\n"; |