comparison libvo/vo_svga.c @ 1339:bf2c01c5e9dc

svga driver didn't compile on linux/ppc
author jkeil
date Tue, 17 Jul 2001 13:57:32 +0000
parents 1be1647ebd7d
children d40f2b686846
comparison
equal deleted inserted replaced
1338:345585097137 1339:bf2c01c5e9dc
17 #include "config.h" 17 #include "config.h"
18 #include "video_out.h" 18 #include "video_out.h"
19 #include "video_out_internal.h" 19 #include "video_out_internal.h"
20 20
21 #include "yuv2rgb.h" 21 #include "yuv2rgb.h"
22 #ifdef HAVE_MMX
22 #include "mmx.h" 23 #include "mmx.h"
24 #endif
23 25
24 #include "sub.h" 26 #include "sub.h"
25 27
26 extern void rgb15to16_mmx(char* s0,char* d0,int count); 28 extern void rgb15to16_mmx(char* s0,char* d0,int count);
27 extern int vo_dbpp; 29 extern int vo_dbpp;
544 free(list); 546 free(list);
545 } 547 }
546 free(modelist); 548 free(modelist);
547 } 549 }
548 } 550 }
549