mandelbrot: add math.h for log2()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/2/head
Michael Niedermayer 13 years ago
parent 70eb58cd92
commit 73af8ea356
  1. 1
      libavfilter/vsrc_mandelbrot.c

@ -31,6 +31,7 @@
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include <float.h>
#include <math.h>
#define SQR(a) ((a)*(a))

Loading…
Cancel
Save