]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/librtmp.c
asfenc: fix assert failure on long ffserver runs
[ffmpeg] / libavformat / librtmp.c
index acc4503d89f7500310d8816a260e47a938849499..01b6c3deb01ae111986da0a6dca6f3674df973f7 100644 (file)
@@ -24,6 +24,7 @@
  * RTMP protocol based on http://rtmpdump.mplayerhq.hu/ librtmp
  */
 
+#include "libavutil/mathematics.h"
 #include "avformat.h"
 #include "url.h"