comparison libvo/video_out_internal.h @ 32469:3fef2e17a03f

Move osd.[ch] and osd_template.c from libvo to sub.
author cigaes
date Wed, 27 Oct 2010 17:53:24 +0000
parents 2a34d9fa52ab
children ddb45e9443ec
comparison
equal deleted inserted replaced
32468:0c7c4ed0b7eb 32469:3fef2e17a03f
53 flip_page,\ 53 flip_page,\
54 check_events,\ 54 check_events,\
55 uninit\ 55 uninit\
56 }; 56 };
57 57
58 #include "osd.h" 58 #include "sub/osd.h"
59 59
60 #endif /* MPLAYER_VIDEO_OUT_INTERNAL_H */ 60 #endif /* MPLAYER_VIDEO_OUT_INTERNAL_H */