Commit 73af8ea3 authored by Michael Niedermayer's avatar Michael Niedermayer

mandelbrot: add math.h for log2()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 70eb58cd
......@@ -31,6 +31,7 @@
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include <float.h>
#include <math.h>
#define SQR(a) ((a)*(a))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment