comparison m_option.c @ 19271:64d82a45a05d

introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
author ben
date Mon, 31 Jul 2006 17:39:17 +0000
parents 5949a654e2d4
children 41bcb2309c9c
comparison
equal deleted inserted replaced
19270:7d39b911f0bd 19271:64d82a45a05d
13 #include <unistd.h> 13 #include <unistd.h>
14 14
15 #include "m_option.h" 15 #include "m_option.h"
16 //#include "m_config.h" 16 //#include "m_config.h"
17 #include "mp_msg.h" 17 #include "mp_msg.h"
18 #include "libmpdemux/url.h" 18 #include "stream/url.h"
19 19
20 // Don't free for 'production' atm 20 // Don't free for 'production' atm
21 #ifndef MP_DEBUG 21 #ifndef MP_DEBUG
22 //#define NO_FREE 22 //#define NO_FREE
23 #endif 23 #endif