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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 200f7703e4..f681a43bc9 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -103,6 +103,9 @@ extern vo_functions_t video_out_dxr3;
#ifdef HAVE_JPEG
extern vo_functions_t video_out_jpeg;
#endif
+#ifdef HAVE_GIF
+extern vo_functions_t video_out_gif89a;
+#endif
#ifdef HAVE_VESA
extern vo_functions_t video_out_vesa;
#endif
@@ -170,6 +173,9 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_JPEG
&video_out_jpeg,
#endif
+#ifdef HAVE_GIF
+ &video_out_gif89a,
+#endif
&video_out_null,
// &video_out_odivx,
&video_out_pgm,