From b138ca43caee2115778ad9e039dcfdeddf5bfbb9 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 31 Jan 2011 04:30:08 +0200 Subject: vo_dxr2, ao_dxr2: drop dxr2 support dxr2 support had been broken quite a while and nobody noticed. There were finally commits to fix it in the svn repo, but rather than apply those I'll just drop dxr2 support. --- libvo/video_out.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libvo/video_out.c') diff --git a/libvo/video_out.c b/libvo/video_out.c index 6bfc22575e..caf916d197 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -109,7 +109,6 @@ extern struct vo_driver video_out_yuv4mpeg; extern struct vo_driver video_out_direct3d; extern struct vo_driver video_out_directx; extern struct vo_driver video_out_kva; -extern struct vo_driver video_out_dxr2; extern struct vo_driver video_out_dxr3; extern struct vo_driver video_out_ivtv; extern struct vo_driver video_out_v4l2; @@ -209,9 +208,6 @@ const struct vo_driver *video_out_drivers[] = #ifdef CONFIG_CACA &video_out_caca, #endif -#ifdef CONFIG_DXR2 - &video_out_dxr2, -#endif #ifdef CONFIG_DXR3 &video_out_dxr3, #endif -- cgit v1.2.3