[MPlayer-dev-eng] [Patch] Compile error in vd_odivx.c

Fredrik Kuivinen freku045 at student.liu.se
Sun Mar 10 02:08:44 CET 2002


Hi

I get a compile error in vd_odivx.c (`GET_PP_QUALITY_MAX' undeclared (first use
in this function)) with current cvs. Attached patch fixes the problem.

/ Fredrik Kuivinen

-------------- next part --------------
Index: vd_odivx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_odivx.c,v
retrieving revision 1.4
diff -u -3 -p -r1.4 vd_odivx.c
--- vd_odivx.c	9 Mar 2002 19:18:46 -0000	1.4
+++ vd_odivx.c	10 Mar 2002 01:25:31 -0000
@@ -5,6 +5,7 @@
 #include "config.h"
 #include "mp_msg.h"
 #include "help_mp.h"
+#include "postproc/postprocess.h"
 
 #ifdef USE_DIVX
 


More information about the MPlayer-dev-eng mailing list