comparison libvo/vesa_lvo.c @ 13787:e047e70a9767

Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
author diego
date Thu, 28 Oct 2004 01:15:53 +0000
parents 3e62e9cd1816
children 05aa13cdf92f
comparison
equal deleted inserted replaced
13786:ad29267afe7a 13787:e047e70a9767
21 21
22 #include "config.h" 22 #include "config.h"
23 23
24 #include "vesa_lvo.h" 24 #include "vesa_lvo.h"
25 #include "img_format.h" 25 #include "img_format.h"
26 #include "../drivers/mga_vid.h" /* <- should be changed to "linux/'something'.h" */ 26 #include "drivers/mga_vid.h" /* <- should be changed to "linux/'something'.h" */
27 #include "fastmemcpy.h" 27 #include "fastmemcpy.h"
28 #include "osd.h" 28 #include "osd.h"
29 #include "video_out.h" 29 #include "video_out.h"
30 30
31 #define WIDTH_ALIGN 32 /* should be 16 for rage:422 and 32 for rage:420 */ 31 #define WIDTH_ALIGN 32 /* should be 16 for rage:422 and 32 for rage:420 */