Add some missing mathematics.h #includes for av_rescale().

This commit is contained in:
Diego Biurrun
2011-07-05 00:42:31 +02:00
parent 8dd52d8202
commit d3f751e603
5 changed files with 5 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
* RTMP protocol based on http://rtmpdump.mplayerhq.hu/ librtmp
*/
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "url.h"