# HG changeset patch # User diego # Date 1277047934 0 # Node ID 5416dfe4ba1c9602b17a6f0435a075863e35fd8d # Parent e1541d6337136ee8f2c20f380898901dea1ee190 Add appropriate #include instead of duplicating mf_ extern var declarations. diff -r e1541d633713 -r 5416dfe4ba1c cfg-common.h --- a/cfg-common.h Sun Jun 20 15:30:02 2010 +0000 +++ b/cfg-common.h Sun Jun 20 15:32:14 2010 +0000 @@ -35,6 +35,7 @@ #include "libmpdemux/demux_ts.h" #include "libmpdemux/demux_viv.h" #include "libmpdemux/demuxer.h" +#include "libmpdemux/mf.h" #include "libpostproc/postprocess.h" #include "osdep/priority.h" #include "stream/network.h" @@ -189,10 +190,6 @@ {NULL, NULL, 0, 0, 0, 0, NULL} }; -extern int mf_w; -extern int mf_h; -extern double mf_fps; -extern char * mf_type; extern m_obj_settings_t* vf_settings; extern m_obj_list_t vf_obj_list;