changeset 11417:421c9441c11e libavcodec

Move ff_sqrt() to libavutil/intmath.h
author mru
date Mon, 08 Mar 2010 21:19:56 +0000
parents 9f2381fb271b
children f490a2db7535
files motion_est.c mpegvideo.c mpegvideo_enc.c ra144.c ratecontrol.c roqaudioenc.c snow.c
diffstat 7 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdlib.h>
 #include <stdio.h>
 #include <limits.h>
+#include "libavutil/intmath.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mathops.h"
--- 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"
--- 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"
--- 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"
--- 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"
--- 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"
 
--- 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"