diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-14 01:29:15 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-14 01:37:52 +0300 |
commit | 0af85d57c1e6207abd99ed8da61c6b7529ebfefc (patch) | |
tree | 39533f0f9eaf694add45146881c63cb130ad4dd7 | |
parent | cee03436e6f1e3d4893841698e73caa92f2a53c9 (diff) | |
download | ffmpeg-0af85d57c1e6207abd99ed8da61c6b7529ebfefc.tar.gz |
avprobe: Include libm.h for the log2 fallback
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | avprobe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |