Browse Source
(math.h needed for log2() at least)
Originally committed as revision 4426 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
20 years ago
1 changed files with
1 additions and
0 deletions
-
libavcodec/x264.c
|
|
|
@@ -19,6 +19,7 @@ |
|
|
|
|
|
|
|
#include "avcodec.h" |
|
|
|
#include <x264.h> |
|
|
|
#include <math.h> |
|
|
|
|
|
|
|
typedef struct X264Context { |
|
|
|
x264_param_t params; |
|
|
|
|