comparison libmpdemux/demux_xmms.c @ 10594:57bdcdb061d7

Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
author alex
date Wed, 13 Aug 2003 16:29:32 +0000
parents 4bc481804519
children 03d3ab9f6400
comparison
equal deleted inserted replaced
10593:27711ab2889f 10594:57bdcdb061d7
10 #include <dirent.h> 10 #include <dirent.h>
11 #include <inttypes.h> 11 #include <inttypes.h>
12 #include <string.h> 12 #include <string.h>
13 #include <sys/stat.h> 13 #include <sys/stat.h>
14 14
15 #include "../cfgparser.h" 15 #include "../m_option.h"
16 #include "../libao2/afmt.h" 16 #include "../libao2/afmt.h"
17 #include "stream.h" 17 #include "stream.h"
18 #include "demuxer.h" 18 #include "demuxer.h"
19 #include "stheader.h" 19 #include "stheader.h"
20 20