diff 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
line wrap: on
line diff
--- a/libvo/vo_gl.c	Wed Oct 27 16:58:23 2010 +0000
+++ b/libvo/vo_gl.c	Wed Oct 27 17:03:26 2010 +0000
@@ -38,7 +38,7 @@
 #include "gl_common.h"
 #include "aspect.h"
 #include "fastmemcpy.h"
-#include "eosd.h"
+#include "sub/eosd.h"
 
 #ifdef CONFIG_GL_SDL
 #ifdef CONFIG_SDL_SDL_H