Mercurial > mplayer.hg
changeset 25518:e2fb1ad9b2b4
Add missing #include for vo_draw_text.
author | diego |
---|---|
date | Sun, 30 Dec 2007 10:52:57 +0000 |
parents | 788499fc2ae7 |
children | 9868224cba3c |
files | libvo/vesa_lvo.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vesa_lvo.c Sun Dec 30 10:49:43 2007 +0000 +++ b/libvo/vesa_lvo.c Sun Dec 30 10:52:57 2007 +0000 @@ -29,6 +29,7 @@ #include "fastmemcpy.h" #include "osd.h" #include "video_out.h" +#include "sub.h" #include "libmpcodecs/vfcap.h" #define WIDTH_ALIGN 32 /* should be 16 for rage:422 and 32 for rage:420 */