summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 939d3df8bf..bd9234b2fb 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -66,6 +66,7 @@ extern vo_functions_t video_out_fbdev;
extern vo_functions_t video_out_svga;
extern vo_functions_t video_out_png;
extern vo_functions_t video_out_ggi;
+extern vo_functions_t video_out_aa;
vo_functions_t* video_out_drivers[] =
{
@@ -106,6 +107,10 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_SVGALIB
&video_out_svga,
#endif
+#ifdef HAVE_AA
+ &video_out_aa,
+#endif
+
#ifdef HAVE_PNG
&video_out_png,
#endif