Commit 0af85d57 authored by Martin Storsjö's avatar Martin Storsjö

avprobe: Include libm.h for the log2 fallback

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent cee03436
......@@ -26,6 +26,7 @@
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/dict.h"
#include "libavutil/libm.h"
#include "libavdevice/avdevice.h"
#include "cmdutils.h"
......
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