[MPlayer-cvslog] r34818 - trunk/cfg-common.h
diego
subversion at mplayerhq.hu
Thu Mar 15 16:20:06 CET 2012
Author: diego
Date: Thu Mar 15 16:20:06 2012
New Revision: 34818
Log:
cfg-common: Only #include libpostproc headers when available.
Modified:
trunk/cfg-common.h
Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h Thu Mar 15 16:20:02 2012 (r34817)
+++ trunk/cfg-common.h Thu Mar 15 16:20:06 2012 (r34818)
@@ -32,7 +32,6 @@
#include "libmpdemux/demux_viv.h"
#include "libmpdemux/demuxer.h"
#include "libmpdemux/mf.h"
-#include "libpostproc/postprocess.h"
#include "sub/sub.h"
#include "sub/unrar_exec.h"
#include "osdep/priority.h"
@@ -50,7 +49,9 @@
#include "m_option.h"
#include "mp_msg.h"
#include "mpcommon.h"
-
+#ifdef CONFIG_POSTPROC
+#include "libpostproc/postprocess.h"
+#endif
#ifdef CONFIG_RADIO
More information about the MPlayer-cvslog
mailing list