Browse Source

mandelbrot: add math.h for log2()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
73af8ea356
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vsrc_mandelbrot.c

+ 1
- 0
libavfilter/vsrc_mandelbrot.c View File

@@ -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