Commit 53194835 authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: include libavutil/mathematics.h

Needed for av_rescale_q() in ffmpeg 0.8.
parent 0d3ec9c3
......@@ -41,6 +41,7 @@
#include <libavformat/avformat.h>
#include <libavformat/avio.h>
#include <libavutil/log.h>
#include <libavutil/mathematics.h>
#endif
#undef G_LOG_DOMAIN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment