# HG changeset patch # User mru # Date 1268083196 0 # Node ID 421c9441c11ea355410361e3f3aa0847e198203d # Parent 9f2381fb271bd9d5a3c0b12c2d98df0afa315c89 Move ff_sqrt() to libavutil/intmath.h diff -r 9f2381fb271b -r 421c9441c11e motion_est.c --- a/motion_est.c Mon Mar 08 20:17:51 2010 +0000 +++ b/motion_est.c Mon Mar 08 21:19:56 2010 +0000 @@ -30,6 +30,7 @@ #include #include #include +#include "libavutil/intmath.h" #include "avcodec.h" #include "dsputil.h" #include "mathops.h" diff -r 9f2381fb271b -r 421c9441c11e mpegvideo.c --- a/mpegvideo.c Mon Mar 08 20:17:51 2010 +0000 +++ b/mpegvideo.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" diff -r 9f2381fb271b -r 421c9441c11e mpegvideo_enc.c --- 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" diff -r 9f2381fb271b -r 421c9441c11e ra144.c --- a/ra144.c Mon Mar 08 20:17:51 2010 +0000 +++ b/ra144.c Mon Mar 08 21:19:56 2010 +0000 @@ -22,6 +22,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/intmath.h" #include "avcodec.h" #include "get_bits.h" #include "ra144.h" diff -r 9f2381fb271b -r 421c9441c11e ratecontrol.c --- a/ratecontrol.c Mon Mar 08 20:17:51 2010 +0000 +++ b/ratecontrol.c Mon Mar 08 21:19:56 2010 +0000 @@ -25,6 +25,7 @@ * Rate control for video encoders. */ +#include "libavutil/intmath.h" #include "avcodec.h" #include "dsputil.h" #include "ratecontrol.h" diff -r 9f2381fb271b -r 421c9441c11e roqaudioenc.c --- a/roqaudioenc.c Mon Mar 08 20:17:51 2010 +0000 +++ b/roqaudioenc.c Mon Mar 08 21:19:56 2010 +0000 @@ -21,6 +21,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/intmath.h" #include "avcodec.h" #include "bytestream.h" diff -r 9f2381fb271b -r 421c9441c11e snow.c --- a/snow.c Mon Mar 08 20:17:51 2010 +0000 +++ b/snow.c Mon Mar 08 21:19:56 2010 +0000 @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/intmath.h" #include "avcodec.h" #include "dsputil.h" #include "snow.h"