diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-03-02 18:52:09 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-03-02 18:52:09 +0100 |
| commit | 6772044da2f3574f09b8f39832710daab249e83f (patch) | |
| tree | 65815a8457be59185287e5deec73b4460c9a9045 /src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h | |
| parent | 4c70acb313cc8b0a5cc769e736ee30726af90cec (diff) | |
| download | xine-lib-6772044da2f3574f09b8f39832710daab249e83f.tar.gz xine-lib-6772044da2f3574f09b8f39832710daab249e83f.tar.bz2 | |
Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt).
Diffstat (limited to 'src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h')
| -rw-r--r-- | src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h b/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h index a3b92a51c..a0136fd44 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 |
