summaryrefslogtreecommitdiff
path: root/avprobe.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-08-14 01:29:15 +0300
committerMartin Storsjö <martin@martin.st>2012-08-14 01:37:52 +0300
commit0af85d57c1e6207abd99ed8da61c6b7529ebfefc (patch)
tree39533f0f9eaf694add45146881c63cb130ad4dd7 /avprobe.c
parentcee03436e6f1e3d4893841698e73caa92f2a53c9 (diff)
avprobe: Include libm.h for the log2 fallback
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'avprobe.c')
-rw-r--r--avprobe.c1
1 files changed, 1 insertions, 0 deletions
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"