decoder/ffmpeg: include libavutil/mathematics.h

Needed for av_rescale_q() in ffmpeg 0.8.
This commit is contained in:
Max Kellermann 2012-01-04 21:54:54 +01:00
parent 0d3ec9c324
commit 531948358b
1 changed files with 1 additions and 0 deletions

View File

@ -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