comparison libvo/video_out.c @ 12129:c1aff21286dd

libcaca video output driver by Howell Tam
author alex
date Tue, 06 Apr 2004 00:04:48 +0000
parents 56e4423f16be
children c000f4c23efd
comparison
equal deleted inserted replaced
12128:69ee0a61da88 12129:c1aff21286dd
81 extern vo_functions_t video_out_fbdev2; 81 extern vo_functions_t video_out_fbdev2;
82 extern vo_functions_t video_out_svga; 82 extern vo_functions_t video_out_svga;
83 extern vo_functions_t video_out_png; 83 extern vo_functions_t video_out_png;
84 extern vo_functions_t video_out_ggi; 84 extern vo_functions_t video_out_ggi;
85 extern vo_functions_t video_out_aa; 85 extern vo_functions_t video_out_aa;
86 extern vo_functions_t video_out_caca;
86 extern vo_functions_t video_out_mpegpes; 87 extern vo_functions_t video_out_mpegpes;
87 extern vo_functions_t video_out_yuv4mpeg; 88 extern vo_functions_t video_out_yuv4mpeg;
88 #ifdef HAVE_DIRECTX 89 #ifdef HAVE_DIRECTX
89 extern vo_functions_t video_out_directx; 90 extern vo_functions_t video_out_directx;
90 #endif 91 #endif
178 #ifdef HAVE_SVGALIB 179 #ifdef HAVE_SVGALIB
179 &video_out_svga, 180 &video_out_svga,
180 #endif 181 #endif
181 #ifdef HAVE_AA 182 #ifdef HAVE_AA
182 &video_out_aa, 183 &video_out_aa,
184 #endif
185 #ifdef HAVE_CACA
186 &video_out_caca,
183 #endif 187 #endif
184 #ifdef HAVE_DXR2 188 #ifdef HAVE_DXR2
185 &video_out_dxr2, 189 &video_out_dxr2,
186 #endif 190 #endif
187 #ifdef HAVE_DXR3 191 #ifdef HAVE_DXR3