diff libvo/video_out.c @ 2124:0bb00e528669

new version by Sven Goethel
author arpi
date Sun, 07 Oct 2001 21:35:59 +0000
parents 6278f566cd91
children 4e464b527f5a
line wrap: on
line diff
--- a/libvo/video_out.c	Sun Oct 07 21:27:59 2001 +0000
+++ b/libvo/video_out.c	Sun Oct 07 21:35:59 2001 +0000
@@ -53,6 +53,7 @@
 extern vo_functions_t video_out_x11;
 extern vo_functions_t video_out_xv;
 extern vo_functions_t video_out_gl;
+extern vo_functions_t video_out_gl2;
 extern vo_functions_t video_out_dga;
 extern vo_functions_t video_out_fsdga;
 extern vo_functions_t video_out_sdl;
@@ -95,6 +96,7 @@
 #endif
 #ifdef HAVE_GL
         &video_out_gl,
+        &video_out_gl2,
 #endif
 #ifdef HAVE_DGA
         &video_out_dga,