summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-12 19:06:45 +0200
committerwm4 <wm4@nowhere>2012-08-16 17:17:50 +0200
commit0e2c48a3ce195af516406a4eb7262ca99ce063c2 (patch)
tree6f2c2c6763029c4865215bed817ffc8c021bb51e /Makefile
parent41fbcee1f557c3ddbfefc79b2b1b4719c6442265 (diff)
downloadmpv-0e2c48a3ce195af516406a4eb7262ca99ce063c2.tar.bz2
mpv-0e2c48a3ce195af516406a4eb7262ca99ce063c2.tar.xz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 567f22114d..628e2df5bc 100644
--- a/Makefile
+++ b/Makefile
@@ -307,8 +307,6 @@ SRCS_MPLAYER-$(CACA) += libvo/vo_caca.c
SRCS_MPLAYER-$(COREAUDIO) += libao2/ao_coreaudio.c
SRCS_MPLAYER-$(COREVIDEO) += libvo/vo_corevideo.m
SRCS_MPLAYER-$(DIRECT3D) += libvo/vo_direct3d.c libvo/w32_common.c
-SRCS_MPLAYER-$(DIRECTFB) += libvo/vo_directfb2.c
-SRCS_MPLAYER-$(DIRECTX) += libao2/ao_dsound.c libvo/vo_directx.c
SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c libvo/vo_gl3.c \
pnm_loader.c
SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c