OSDN Git Service

Do not include mathematics.h in avutil.h
[coroid/ffmpeg_saccubus.git] / libavformat / dvenc.c
index 537581a..504e3ee 100644 (file)
@@ -35,6 +35,7 @@
 #include "libavcodec/dvdata.h"
 #include "dv.h"
 #include "libavutil/fifo.h"
+#include "libavutil/mathematics.h"
 
 struct DVMuxContext {
     const DVprofile*  sys;           /* current DV profile, e.g.: 525/60, 625/50 */