Add required config.h #includes.
author |
diego |
date |
Sat, 11 Sep 2010 22:24:16 +0000 |
parents |
2c49668d91c4 |
children |
d947ba580cc9 |
files |
libmpdemux/demux_rtp_internal.h mp_core.h |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/libmpdemux/demux_rtp_internal.h Sat Sep 11 22:20:35 2010 +0000
+++ b/libmpdemux/demux_rtp_internal.h Sat Sep 11 22:24:16 2010 +0000
@@ -21,6 +21,8 @@
#include <stdlib.h>
+#include "config.h"
+
extern "C" {
#include "demuxer.h"
#ifdef CONFIG_LIBAVCODEC
--- a/mp_core.h Sat Sep 11 22:20:35 2010 +0000
+++ b/mp_core.h Sat Sep 11 22:24:16 2010 +0000
@@ -19,6 +19,7 @@
#ifndef MPLAYER_MP_CORE_H
#define MPLAYER_MP_CORE_H
+#include "config.h"
#include "mp_osd.h"
#include "libao2/audio_out.h"
#include "playtree.h"