summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-12 14:26:46 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-12 14:26:46 +0200
commite335658370840390272b70de92f5a76860537fb9 (patch)
tree8f9074bfd2d0f5c6c09c34f23b354ee9dbce7e56 /libavcodec/motion_est.c
parent43cce41267a7aa71946911e87b4dfce48183bb25 (diff)
parent9734b8ba56d05e970c353dfd5baafa43fdb08024 (diff)
downloadffmpeg-e335658370840390272b70de92f5a76860537fb9.tar.gz
Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'
* commit '9734b8ba56d05e970c353dfd5baafa43fdb08024': Move avutil tables only used in libavcodec to libavcodec. Conflicts: libavcodec/mathtables.c libavutil/intmath.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 330cf93f3f..013df37971 100644
--- a/libavcodec/motion_est.c
+++ b/libavcodec/motion_est.c
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
-#include "libavutil/intmath.h"
+
#include "avcodec.h"
#include "dsputil.h"
#include "mathops.h"