From 337afd1420edc8a952c9b21317600efff011eb4c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 10 Jul 2005 00:22:13 +0000 Subject: [PATCH] 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) Originally committed as revision 4426 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x264.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/x264.c b/libavcodec/x264.c index 0e850f5739..df5df9810a 100644 --- a/libavcodec/x264.c +++ b/libavcodec/x264.c @@ -19,6 +19,7 @@ #include "avcodec.h" #include +#include typedef struct X264Context { x264_param_t params; -- GitLab