[Mplayer-cvslog] CVS: main/libmpcodecs vf_qp.c,1.1,1.2

Michael Niedermayer CVS syncmail at mplayerhq.hu
Thu Feb 5 23:03:44 CET 2004


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv2970

Modified Files:
	vf_qp.c 
Log Message:
#include dsputil.h as it contains the lrintf emu code


Index: vf_qp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_qp.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_qp.c	5 Feb 2004 15:56:05 -0000	1.1
+++ vf_qp.c	5 Feb 2004 22:03:42 -0000	1.2
@@ -34,14 +34,14 @@
                double (**func1)(void *, double), const char **func1_name,
                double (**func2)(void *, double, double), char **func2_name,
                void *opaque);
-#else
+#endif
+
 #ifdef USE_LIBAVCODEC_SO
 #include <ffmpeg/avcodec.h>
-#include <ffmpeg/mpegvideo.h>
+#include <ffmpeg/dsputil.h>
 #else
 #include "../libavcodec/avcodec.h"
-#include "../libavcodec/mpegvideo.h"
-#endif
+#include "../libavcodec/dsputil.h"
 #endif
 
 #ifdef HAVE_MALLOC_H




More information about the MPlayer-cvslog mailing list