From f7573d2c0977f65a97d6e09cb4cf75721511dcc5 Mon Sep 17 00:00:00 2001 From: rfelker Date: Fri, 29 Mar 2002 07:20:44 +0000 Subject: libavcodec 2pass broke mencoder if divx4encore was not available. fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5391 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 58fc216efe..9c881119a6 100644 --- a/mencoder.c +++ b/mencoder.c @@ -183,11 +183,9 @@ char* ac3_filename=NULL; char *force_fourcc=NULL; -#ifdef HAVE_DIVX4ENCORE static int pass=0; static char* passtmpfile="divx2pass.log"; int pass_working=0; -#endif static int play_n_frames=-1; -- cgit v1.2.3