diff x264.c @ 2784:cdf74a048614 libavcodec

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)
author michael
date Sun, 10 Jul 2005 00:22:13 +0000
parents 5bdc60634470
children dd5a1abbf9a3
line wrap: on
line diff
--- 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 <x264.h>
+#include <math.h>
 
 typedef struct X264Context {
     x264_param_t params;