From 3e59e2495ce729cb82cceb169964d9ff2d7c0a17 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 29 Oct 2001 00:48:20 +0000 Subject: vo_odivx disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2529 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo/video_out.c') 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, -- cgit v1.2.3