comparison libvo/vo_sdl.c @ 1100:7829676dc4ef

Ooops, wrong path to config.h - now you may enjoy code that was never before used =)
author atmosfear
date Mon, 11 Jun 2001 17:41:21 +0000
parents 36b883428aeb
children 71b8911ec3da
comparison
equal deleted inserted replaced
1099:8694ea859bfa 1100:7829676dc4ef
107 #include <stdio.h> 107 #include <stdio.h>
108 #include <stdlib.h> 108 #include <stdlib.h>
109 #include <string.h> 109 #include <string.h>
110 #include <inttypes.h> 110 #include <inttypes.h>
111 111
112 #include "config.h" 112 #include "../config.h"
113 #include "video_out.h" 113 #include "video_out.h"
114 #include "video_out_internal.h" 114 #include "video_out_internal.h"
115 115
116 #include "fastmemcpy.h" 116 #include "fastmemcpy.h"
117 #include "sub.h" 117 #include "sub.h"