Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-08-14 02:29:15 +0400
committerMartin Storsjö <martin@martin.st>2012-08-14 02:37:52 +0400
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"