changeset 31415:980678284eb5

Add appropriate #include instead of duplicating pp_help extern declaration.
author diego
date Sun, 20 Jun 2010 14:38:54 +0000
parents 5e0a4702be52
children 14f43ed62015
files cfg-common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Sun Jun 20 14:30:46 2010 +0000
+++ b/cfg-common.h	Sun Jun 20 14:38:54 2010 +0000
@@ -33,6 +33,7 @@
 #include "libmpdemux/demux_ts.h"
 #include "libmpdemux/demux_viv.h"
 #include "libmpdemux/demuxer.h"
+#include "libpostproc/postprocess.h"
 #include "osdep/priority.h"
 #include "stream/network.h"
 #include "stream/stream_dvd_common.h"
@@ -48,7 +49,6 @@
 extern const m_option_t cdda_opts[];
 
 extern int sws_flags;
-extern char* pp_help;
 
 
 #include "stream/tv.h"