summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 21:19:56 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-08 21:19:56 +0000
commit94ca624fbcaf0cd3e03ff3529453fd7a8af2c5ed (patch)
treeed6f445cfc0be488f83891b337292c01821b914c /libavcodec/motion_est.c
parentd73a458f279f1918a08d06b0dd43a798a71b2f74 (diff)
Move ff_sqrt() to libavutil/intmath.h
Originally committed as revision 22345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 047fbd6697..1f5dbc71e8 100644
--- a/libavcodec/motion_est.c
+++ b/libavcodec/motion_est.c
@@ -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"