From 0e2c48a3ce195af516406a4eb7262ca99ce063c2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 12 Aug 2012 19:06:45 +0200 Subject: VO: remove vo_directfb2 and vo_directx While being able to play videos on a framebuffer device would be nice, I didn't need it, and couldn't even test it (buggy nvidia binary drivers that disable framebuffers, buggy DirectFB that crashes when using the X11 backend). It's just dead weight, get rid of it. vo_directx was very horrible, and by today it's mostly useless. I didn't remove it, because there was that-guy who told me in amazement how awesome mplayer was, because it was the only video player fast enough for fast playback on his system when using vo_directx. Sorry, that-guy. --- libvo/fastmemcpy.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo/fastmemcpy.h') diff --git a/libvo/fastmemcpy.h b/libvo/fastmemcpy.h index 621ae874dd..5d05d37043 100644 --- a/libvo/fastmemcpy.h +++ b/libvo/fastmemcpy.h @@ -30,8 +30,6 @@ #define memcpy_pic(d, s, b, h, ds, ss) memcpy_pic2(d, s, b, h, ds, ss, 0) #define my_memcpy_pic(d, s, b, h, ds, ss) memcpy_pic2(d, s, b, h, ds, ss, 1) -#define mem2agpcpy_pic memcpy_pic - /** * \param limit2width always skip data between end of line and start of next * instead of copying the full block when strides are the same -- cgit v1.2.3