From 0af85d57c1e6207abd99ed8da61c6b7529ebfefc Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 14 Aug 2012 01:29:15 +0300 Subject: avprobe: Include libm.h for the log2 fallback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- avprobe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'avprobe.c') diff --git a/avprobe.c b/avprobe.c index 8107e54531..4e68313201 100644 --- a/avprobe.c +++ b/avprobe.c @@ -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" -- cgit v1.2.3