summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index a0bc432c10..d19faa77d0 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -60,7 +60,7 @@ extern vo_functions_t video_out_sdl;
extern vo_functions_t video_out_3dfx;
extern vo_functions_t video_out_tdfxfb;
extern vo_functions_t video_out_null;
-extern vo_functions_t video_out_odivx;
+//extern vo_functions_t video_out_odivx;
extern vo_functions_t video_out_pgm;
extern vo_functions_t video_out_md5;
extern vo_functions_t video_out_syncfb;
@@ -124,7 +124,7 @@ vo_functions_t* video_out_drivers[] =
&video_out_png,
#endif
&video_out_null,
- &video_out_odivx,
+// &video_out_odivx,
&video_out_pgm,
&video_out_md5,
&video_out_mpegpes,