diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-29 00:48:20 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-29 00:48:20 +0000 |
commit | 3e59e2495ce729cb82cceb169964d9ff2d7c0a17 (patch) | |
tree | ed204e3f548603b7ad9edbf49135bc7bca1dbe87 /libvo/video_out.c | |
parent | 050a03f6d029bd2a070731bf187c08b2d38482e8 (diff) | |
download | mpv-3e59e2495ce729cb82cceb169964d9ff2d7c0a17.tar.bz2 mpv-3e59e2495ce729cb82cceb169964d9ff2d7c0a17.tar.xz |
vo_odivx disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2529 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r-- | libvo/video_out.c | 4 |
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, |