decoder/ffmpeg: include libavutil/mathematics.h
Needed for av_rescale_q() in ffmpeg 0.8.
This commit is contained in:
parent
0d3ec9c324
commit
531948358b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue