Mercurial > mplayer.hg
changeset 17423:076ab46c63bd
prevent xvmc from been loaded before xv, and generally before any autoprobed output
author | iive |
---|---|
date | Wed, 18 Jan 2006 18:11:02 +0000 |
parents | f76e7bd3ecce |
children | 2ffede69ea15 |
files | libvo/video_out.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/video_out.c Wed Jan 18 02:12:17 2006 +0000 +++ b/libvo/video_out.c Wed Jan 18 18:11:02 2006 +0000 @@ -163,9 +163,6 @@ #ifdef HAVE_3DFX &video_out_3dfx, #endif -#ifdef HAVE_XVMC - &video_out_xvmc, -#endif #ifdef HAVE_XV &video_out_xv, #endif @@ -233,6 +230,9 @@ #endif &video_out_null, // should not be auto-selected +#ifdef HAVE_XVMC + &video_out_xvmc, +#endif &video_out_mpegpes, &video_out_yuv4mpeg, #ifdef HAVE_PNG