comparison libswscale/swscale_internal.h @ 26670:e6774798e913

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 12:00:25 +0000
parents 5ba88511ec0a
children 65b8334df960
comparison
equal deleted inserted replaced
26669:0b65caad7fb0 26670:e6774798e913
25 25
26 #ifdef HAVE_ALTIVEC_H 26 #ifdef HAVE_ALTIVEC_H
27 #include <altivec.h> 27 #include <altivec.h>
28 #endif 28 #endif
29 29
30 #include "avutil.h" 30 #include "libavutil/avutil.h"
31 31
32 #define MAX_FILTER_SIZE 256 32 #define MAX_FILTER_SIZE 256
33 33
34 #define VOFW 2048 34 #define VOFW 2048
35 #define VOF (VOFW*2) 35 #define VOF (VOFW*2)