summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_vesa.c')
-rw-r--r--libvo/vo_vesa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index a3f2fd1887..33a71afe25 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -928,6 +928,7 @@ init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint3
return -1;
}
else printf("vo_vesa: Using VIDIX\n");
+ vidix_start();
}
#endif
}