diff mencoder.c @ 4343:b0c8eed7473c

Extended DVD chapter specification. Remove -last-chapter option.
author kmkaplan
date Thu, 24 Jan 2002 23:02:59 +0000
parents 1427d0f1f2d6
children 4167864cfb0a
line wrap: on
line diff
--- a/mencoder.c	Thu Jan 24 21:46:57 2002 +0000
+++ b/mencoder.c	Thu Jan 24 23:02:59 2002 +0000
@@ -27,6 +27,7 @@
 #include "cpudetect.h"
 
 #include "codec-cfg.h"
+#include "cfgparser.h"
 
 #include "stream.h"
 #include "demuxer.h"
@@ -171,8 +172,6 @@
 static int vo_w=0, vo_h=0;
 //-------------------------- config stuff:
 
-#include "cfgparser.h"
-
 m_config_t* mconfig;
 
 static int cfg_inc_verbose(struct config *conf){ ++verbose; return 0;}