(math.h needed for log2() at least)

Originally committed as revision 4426 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-07-10 00:22:13 +00:00
parent 32fe3ac0f9
commit 337afd1420
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "avcodec.h"
#include <x264.h>
#include <math.h>
typedef struct X264Context {
x264_param_t params;