Mercurial > mplayer.hg
comparison libvo/video_out.c @ 7536:70c35cd5db1f
-vo directx driver by Sascha Sommer <saschasommer@freenet.de>
author | arpi |
---|---|
date | Sat, 28 Sep 2002 19:03:50 +0000 |
parents | c7a9bcecba07 |
children | 56ea9db91251 |
comparison
equal
deleted
inserted
replaced
7535:37bc382a61e6 | 7536:70c35cd5db1f |
---|---|
68 extern vo_functions_t video_out_png; | 68 extern vo_functions_t video_out_png; |
69 extern vo_functions_t video_out_ggi; | 69 extern vo_functions_t video_out_ggi; |
70 extern vo_functions_t video_out_aa; | 70 extern vo_functions_t video_out_aa; |
71 extern vo_functions_t video_out_mpegpes; | 71 extern vo_functions_t video_out_mpegpes; |
72 extern vo_functions_t video_out_yuv4mpeg; | 72 extern vo_functions_t video_out_yuv4mpeg; |
73 #ifdef HAVE_DIRECTX | |
74 extern vo_functions_t video_out_directx; | |
75 #endif | |
73 #ifdef HAVE_DXR2 | 76 #ifdef HAVE_DXR2 |
74 extern vo_functions_t video_out_dxr2; | 77 extern vo_functions_t video_out_dxr2; |
75 #endif | 78 #endif |
76 extern vo_functions_t video_out_dxr3; | 79 extern vo_functions_t video_out_dxr3; |
77 #ifdef HAVE_JPEG | 80 #ifdef HAVE_JPEG |
119 &video_out_dga, | 122 &video_out_dga, |
120 // &video_out_fsdga, | 123 // &video_out_fsdga, |
121 #endif | 124 #endif |
122 #ifdef HAVE_SDL | 125 #ifdef HAVE_SDL |
123 &video_out_sdl, | 126 &video_out_sdl, |
127 #endif | |
128 #ifdef HAVE_DIRECTX | |
129 &video_out_directx, | |
124 #endif | 130 #endif |
125 #ifdef HAVE_GGI | 131 #ifdef HAVE_GGI |
126 &video_out_ggi, | 132 &video_out_ggi, |
127 #endif | 133 #endif |
128 #ifdef HAVE_FBDEV | 134 #ifdef HAVE_FBDEV |