summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-20 21:15:04 +0100
committerwm4 <wm4@nowhere>2015-01-20 21:15:04 +0100
commit724f722d7f284076e717d59c8565b7ed27dadae3 (patch)
treeb388e76fa14ba356a4cd96d842ad0617a9c4568f /old-makefile
parent21322a016e74ddf20cffaab5d621db1cf694eaa5 (diff)
downloadmpv-724f722d7f284076e717d59c8565b7ed27dadae3.tar.bz2
mpv-724f722d7f284076e717d59c8565b7ed27dadae3.tar.xz
vo_opengl_old: remove this VO
At this point, there is probably no hardware left that doesn't do OpenGL 2.1, and at the same time is fast enough to handle video.
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/old-makefile b/old-makefile
index b3c97babe3..2d899ca7e2 100644
--- a/old-makefile
+++ b/old-makefile
@@ -63,9 +63,7 @@ SOURCES-$(GL) += video/out/gl_common.c video/out/gl_osd.c \
video/out/vo_opengl.c video/out/gl_lcms.c \
video/out/gl_video.c video/out/dither.c \
video/out/gl_hwdec.c \
- video/out/vo_opengl_cb.c \
- video/out/vo_opengl_old.c \
- video/out/pnm_loader.c
+ video/out/vo_opengl_cb.c
SOURCES-$(ENCODING) += video/out/vo_lavc.c audio/out/ao_lavc.c \
common/encode_lavc.c