comparison libmpdemux/demux_rtp_internal.h @ 32084:6332e41e13b3

Add required config.h #includes.
author diego
date Sat, 11 Sep 2010 22:24:16 +0000
parents c81fe45b1624
children 4614728cab25
comparison
equal deleted inserted replaced
32083:2c49668d91c4 32084:6332e41e13b3
18 18
19 #ifndef MPLAYER_DEMUX_RTP_INTERNAL_H 19 #ifndef MPLAYER_DEMUX_RTP_INTERNAL_H
20 #define MPLAYER_DEMUX_RTP_INTERNAL_H 20 #define MPLAYER_DEMUX_RTP_INTERNAL_H
21 21
22 #include <stdlib.h> 22 #include <stdlib.h>
23
24 #include "config.h"
23 25
24 extern "C" { 26 extern "C" {
25 #include "demuxer.h" 27 #include "demuxer.h"
26 #ifdef CONFIG_LIBAVCODEC 28 #ifdef CONFIG_LIBAVCODEC
27 #include "libavcodec/avcodec.h" 29 #include "libavcodec/avcodec.h"