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

Originally committed as revision 4426 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 20 years ago
parent 32fe3ac0f9
commit 337afd1420
  1. 1
      libavcodec/x264.c

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

Loading…
Cancel
Save