comparison libvo/vo_vesa.c @ 18861:8579acff875e

Move postproc ---> libswscale
author lucabe
date Fri, 30 Jun 2006 12:00:31 +0000
parents 5766a9d21992
children 2effceebd29c
comparison
equal deleted inserted replaced
18860:ef741a3e90f5 18861:8579acff875e
45 #ifdef CONFIG_VIDIX 45 #ifdef CONFIG_VIDIX
46 #include "vosub_vidix.h" 46 #include "vosub_vidix.h"
47 #endif 47 #endif
48 #include "mp_msg.h" 48 #include "mp_msg.h"
49 49
50 #include "postproc/swscale.h" 50 #include "libswscale/swscale.h"
51 #include "libmpcodecs/vf_scale.h" 51 #include "libmpcodecs/vf_scale.h"
52 52
53 53
54 #ifdef HAVE_PNG 54 #ifdef HAVE_PNG
55 extern vo_functions_t video_out_png; 55 extern vo_functions_t video_out_png;