changeset 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 7a411f408d74
children c8d53188048d
files x264.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;