comparison libvo/vo_gl.c @ 32460:d80bbc5868de

Move eosd.[ch] to the sub directory. Remove a duplicate include of eosd.h.
author cigaes
date Wed, 27 Oct 2010 17:03:26 +0000
parents b4c3659d16b1
children bc43cf7638e6
comparison
equal deleted inserted replaced
32459:1a605463f62b 32460:d80bbc5868de
36 #include "sub.h" 36 #include "sub.h"
37 37
38 #include "gl_common.h" 38 #include "gl_common.h"
39 #include "aspect.h" 39 #include "aspect.h"
40 #include "fastmemcpy.h" 40 #include "fastmemcpy.h"
41 #include "eosd.h" 41 #include "sub/eosd.h"
42 42
43 #ifdef CONFIG_GL_SDL 43 #ifdef CONFIG_GL_SDL
44 #ifdef CONFIG_SDL_SDL_H 44 #ifdef CONFIG_SDL_SDL_H
45 #include <SDL/SDL.h> 45 #include <SDL/SDL.h>
46 #else 46 #else