comparison libvo/video_out.c @ 2528:96803377ad53

vo_odivx disabled
author arpi
date Mon, 29 Oct 2001 00:48:20 +0000
parents 4e464b527f5a
children 8286ce06dfa1
comparison
equal deleted inserted replaced
2527:1ccf7cdeaea0 2528:96803377ad53
58 extern vo_functions_t video_out_fsdga; 58 extern vo_functions_t video_out_fsdga;
59 extern vo_functions_t video_out_sdl; 59 extern vo_functions_t video_out_sdl;
60 extern vo_functions_t video_out_3dfx; 60 extern vo_functions_t video_out_3dfx;
61 extern vo_functions_t video_out_tdfxfb; 61 extern vo_functions_t video_out_tdfxfb;
62 extern vo_functions_t video_out_null; 62 extern vo_functions_t video_out_null;
63 extern vo_functions_t video_out_odivx; 63 //extern vo_functions_t video_out_odivx;
64 extern vo_functions_t video_out_pgm; 64 extern vo_functions_t video_out_pgm;
65 extern vo_functions_t video_out_md5; 65 extern vo_functions_t video_out_md5;
66 extern vo_functions_t video_out_syncfb; 66 extern vo_functions_t video_out_syncfb;
67 extern vo_functions_t video_out_fbdev; 67 extern vo_functions_t video_out_fbdev;
68 extern vo_functions_t video_out_svga; 68 extern vo_functions_t video_out_svga;
122 122
123 #ifdef HAVE_PNG 123 #ifdef HAVE_PNG
124 &video_out_png, 124 &video_out_png,
125 #endif 125 #endif
126 &video_out_null, 126 &video_out_null,
127 &video_out_odivx, 127 // &video_out_odivx,
128 &video_out_pgm, 128 &video_out_pgm,
129 &video_out_md5, 129 &video_out_md5,
130 &video_out_mpegpes, 130 &video_out_mpegpes,
131 #if defined( ARCH_X86 ) && defined( TARGET_LINUX ) 131 #if defined( ARCH_X86 ) && defined( TARGET_LINUX )
132 &video_out_vesa, 132 &video_out_vesa,