From 0af85d57c1e6207abd99ed8da61c6b7529ebfefc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Tue, 14 Aug 2012 01:29:15 +0300
Subject: [PATCH] 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ö <martin@martin.st>
---
 avprobe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/avprobe.c b/avprobe.c
index 8107e54531c..4e683132010 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"
 
-- 
GitLab