Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
2123:4a1c0f484497 | 2124:0bb00e528669 |
---|---|
51 extern vo_functions_t video_out_mga; | 51 extern vo_functions_t video_out_mga; |
52 extern vo_functions_t video_out_xmga; | 52 extern vo_functions_t video_out_xmga; |
53 extern vo_functions_t video_out_x11; | 53 extern vo_functions_t video_out_x11; |
54 extern vo_functions_t video_out_xv; | 54 extern vo_functions_t video_out_xv; |
55 extern vo_functions_t video_out_gl; | 55 extern vo_functions_t video_out_gl; |
56 extern vo_functions_t video_out_gl2; | |
56 extern vo_functions_t video_out_dga; | 57 extern vo_functions_t video_out_dga; |
57 extern vo_functions_t video_out_fsdga; | 58 extern vo_functions_t video_out_fsdga; |
58 extern vo_functions_t video_out_sdl; | 59 extern vo_functions_t video_out_sdl; |
59 extern vo_functions_t video_out_3dfx; | 60 extern vo_functions_t video_out_3dfx; |
60 extern vo_functions_t video_out_tdfxfb; | 61 extern vo_functions_t video_out_tdfxfb; |
93 #ifdef HAVE_X11 | 94 #ifdef HAVE_X11 |
94 &video_out_x11, | 95 &video_out_x11, |
95 #endif | 96 #endif |
96 #ifdef HAVE_GL | 97 #ifdef HAVE_GL |
97 &video_out_gl, | 98 &video_out_gl, |
99 &video_out_gl2, | |
98 #endif | 100 #endif |
99 #ifdef HAVE_DGA | 101 #ifdef HAVE_DGA |
100 &video_out_dga, | 102 &video_out_dga, |
101 // &video_out_fsdga, | 103 // &video_out_fsdga, |
102 #endif | 104 #endif |