changeset 32748:d6bc33320ae0

Fix postprocessing and perspective filters on x86-64. Original patch by Reinhard Tartler
author cehoyos
date Mon, 31 Jan 2011 09:55:19 +0000
parents 170106dd2ef2
children 6f78f27837fe
files libmpcodecs/vf_perspective.c libmpcodecs/vf_pp7.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_perspective.c	Sun Jan 30 22:57:16 2011 +0000
+++ b/libmpcodecs/vf_perspective.c	Mon Jan 31 09:55:19 2011 +0000
@@ -32,6 +32,8 @@
 #include <malloc.h>
 #endif
 
+#include "libavutil/mem.h"
+
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"
--- a/libmpcodecs/vf_pp7.c	Sun Jan 30 22:57:16 2011 +0000
+++ b/libmpcodecs/vf_pp7.c	Mon Jan 31 09:55:19 2011 +0000
@@ -34,6 +34,8 @@
 #include <malloc.h>
 #endif
 
+#include "libavutil/mem.h"
+
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"