summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/tomsmocomp
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-14 22:23:52 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-14 22:23:52 +0100
commit32c1ac5c77e9d6c972689d8dc31b4c5d4ff80d78 (patch)
treeea6c4d97c485ac03a6aa848408b6a48c6cdc09cc /src/post/deinterlace/plugins/tomsmocomp
parentfc2fa145300536b0a19f878212912e9b2d5b57a1 (diff)
downloadxine-lib-32c1ac5c77e9d6c972689d8dc31b4c5d4ff80d78.tar.gz
xine-lib-32c1ac5c77e9d6c972689d8dc31b4c5d4ff80d78.tar.bz2
Include mangle.h on tomsmocompmacros.h rather than in three files where it's not used.
Diffstat (limited to 'src/post/deinterlace/plugins/tomsmocomp')
-rw-r--r--src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc2
-rw-r--r--src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc b/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc
index 5870d77be..3af46d8fa 100644
--- a/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc
+++ b/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc
@@ -21,8 +21,6 @@
// See www.eff.org for details
/////////////////////////////////////////////////////////////////////////////
-#include <mangle.h>
-
#if !defined(MASKS_DEFINED)
#define MASKS_DEFINED
static const int64_t __attribute__((__used__)) Max_Mov = 0x0404040404040404ull;
diff --git a/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h b/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h
index a3b92a51c..5b81575d8 100644
--- a/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h
+++ b/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h
@@ -2,6 +2,8 @@
#include <math.h>
#include <stdlib.h>
+#include <mangle.h>
+
#define USE_FOR_DSCALER
#define MyMemCopy xine_fast_memcpy