view cfg-mplayer-def.h @ 30513:ce6171e05d55

Remove unused variables, fixes the warnings: libao2/ao_mpegpes.c:336: warning: unused variable 's' libao2/ao_mpegpes.c:335: warning: unused variable 'i'
author diego
date Sat, 13 Feb 2010 21:29:32 +0000
parents 1345f8cdfb00
children f1f8d7b2060a
line wrap: on
line source

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