# HG changeset patch # User michael # Date 1120954933 0 # Node ID cdf74a04861484a45ba000e7bcfde730d6a5ed5e # Parent 7a411f408d7435a1d1ee98f07f92d68fd4acb531 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) diff -r 7a411f408d74 -r cdf74a048614 x264.c --- a/x264.c Sat Jul 09 21:39:29 2005 +0000 +++ b/x264.c Sun Jul 10 00:22:13 2005 +0000 @@ -19,6 +19,7 @@ #include "avcodec.h" #include +#include typedef struct X264Context { x264_param_t params;