[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec x264.c,1.8,1.9
Michael Niedermayer CVS
michael
Sun Jul 10 02:22:15 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv6953
Modified Files:
x264.c
Log Message:
patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c
(math.h needed for log2() at least)
Index: x264.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/x264.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- x264.c 30 May 2005 20:34:02 -0000 1.8
+++ x264.c 10 Jul 2005 00:22:13 -0000 1.9
@@ -19,6 +19,7 @@
#include "avcodec.h"
#include <x264.h>
+#include <math.h>
typedef struct X264Context {
x264_param_t params;
More information about the ffmpeg-cvslog
mailing list