diff motion_est.c @ 11417:421c9441c11e libavcodec

Move ff_sqrt() to libavutil/intmath.h
author mru
date Mon, 08 Mar 2010 21:19:56 +0000
parents e9d9d946f213
children 31033caa5344
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"