From 6465fc7b734898965df040b8ab0ec2274f03f541 Mon Sep 17 00:00:00 2001 From: kmkaplan Date: Thu, 24 Jan 2002 23:02:59 +0000 Subject: Extended DVD chapter specification. Remove -last-chapter option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4344 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 508143cf01..f2880b85b5 100644 --- a/mencoder.c +++ b/mencoder.c @@ -27,6 +27,7 @@ static char* banner_text= #include "cpudetect.h" #include "codec-cfg.h" +#include "cfgparser.h" #include "stream.h" #include "demuxer.h" @@ -171,8 +172,6 @@ static int scale_srcH=0; 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;} -- cgit v1.2.3