summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-30 10:52:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-30 10:52:57 +0000
commit1dabdaa11ed9b3de9df1e6ed7c54040121ac69ad (patch)
tree70e1554665fedb0abdb88caec22c1c78b128ae65 /libvo
parent2bc0ac14448d6812a4b9109f1dabcccc1c100988 (diff)
downloadmpv-1dabdaa11ed9b3de9df1e6ed7c54040121ac69ad.tar.bz2
mpv-1dabdaa11ed9b3de9df1e6ed7c54040121ac69ad.tar.xz
Add missing #include for vo_draw_text.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25546 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vesa_lvo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vesa_lvo.c b/libvo/vesa_lvo.c
index db69f28773..b42cef1ec5 100644
--- a/libvo/vesa_lvo.c
+++ b/libvo/vesa_lvo.c
@@ -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 */