comparison libmpcodecs/vf_pp7.c @ 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 578a69bbba40
comparison
equal deleted inserted replaced
32747:170106dd2ef2 32748:d6bc33320ae0
31 #include "cpudetect.h" 31 #include "cpudetect.h"
32 32
33 #if HAVE_MALLOC_H 33 #if HAVE_MALLOC_H
34 #include <malloc.h> 34 #include <malloc.h>
35 #endif 35 #endif
36
37 #include "libavutil/mem.h"
36 38
37 #include "img_format.h" 39 #include "img_format.h"
38 #include "mp_image.h" 40 #include "mp_image.h"
39 #include "vf.h" 41 #include "vf.h"
40 #include "libvo/fastmemcpy.h" 42 #include "libvo/fastmemcpy.h"