[MPlayer-cvslog] r32168 - in trunk: libmpdemux/demux_rtp_internal.h mp_core.h
diego
subversion at mplayerhq.hu
Sun Sep 12 00:24:17 CEST 2010
Author: diego
Date: Sun Sep 12 00:24:16 2010
New Revision: 32168
Log:
Add required config.h #includes.
Modified:
trunk/libmpdemux/demux_rtp_internal.h
trunk/mp_core.h
Modified: trunk/libmpdemux/demux_rtp_internal.h
==============================================================================
--- trunk/libmpdemux/demux_rtp_internal.h Sun Sep 12 00:20:35 2010 (r32167)
+++ trunk/libmpdemux/demux_rtp_internal.h Sun Sep 12 00:24:16 2010 (r32168)
@@ -21,6 +21,8 @@
#include <stdlib.h>
+#include "config.h"
+
extern "C" {
#include "demuxer.h"
#ifdef CONFIG_LIBAVCODEC
Modified: trunk/mp_core.h
==============================================================================
--- trunk/mp_core.h Sun Sep 12 00:20:35 2010 (r32167)
+++ trunk/mp_core.h Sun Sep 12 00:24:16 2010 (r32168)
@@ -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"
More information about the MPlayer-cvslog
mailing list