[FFmpeg-cvslog] avprobe: Include libm.h for the log2 fallback
Martin Storsjö
git at videolan.org
Tue Aug 14 15:39:43 CEST 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Aug 14 01:29:15 2012 +0300| [0af85d57c1e6207abd99ed8da61c6b7529ebfefc] | committer: Martin Storsjö
avprobe: Include libm.h for the log2 fallback
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0af85d57c1e6207abd99ed8da61c6b7529ebfefc
---
avprobe.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/avprobe.c b/avprobe.c
index 8107e54..4e68313 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"
More information about the ffmpeg-cvslog
mailing list