diff mpegvideo_enc.c @ 11417:421c9441c11e libavcodec

Move ff_sqrt() to libavutil/intmath.h
author mru
date Mon, 08 Mar 2010 21:19:56 +0000
parents d464f498e19f
children 495095fb615b
line wrap: on
line diff
--- a/mpegvideo_enc.c	Mon Mar 08 20:17:51 2010 +0000
+++ b/mpegvideo_enc.c	Mon Mar 08 21:19:56 2010 +0000
@@ -27,6 +27,7 @@
  * The simplest mpeg encoder (well, it was the simplest!).
  */
 
+#include "libavutil/intmath.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"