From 4cc1861378c3b1e989b5d92ea49e3d02f5e4a65a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 19 Dec 2015 13:05:10 +0100 Subject: vo_opengl: prefix per-backend source files with context_ --- TOOLS/old-makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile index 6d5a014cdd..8a3f41a7af 100644 --- a/TOOLS/old-makefile +++ b/TOOLS/old-makefile @@ -70,11 +70,11 @@ SOURCES-$(GL) += video/out/opengl/common.c \ SOURCES-$(ENCODING) += video/out/vo_lavc.c audio/out/ao_lavc.c \ common/encode_lavc.c -SOURCES-$(GL_X11) += video/out/x11_common.c video/out/opengl/x11.c -SOURCES-$(EGL_X11) += video/out/x11_common.c video/out/opengl/x11egl.c \ +SOURCES-$(GL_X11) += video/out/x11_common.c video/out/opengl/context_x11.c +SOURCES-$(EGL_X11) += video/out/x11_common.c video/out/opengl/context_x11egl.c \ video/out/opengl/egl_helpers.c SOURCES-$(GL_WAYLAND) += video/out/wayland_common.c \ - video/out/opengl/wayland.c + video/out/opengl/context_wayland.c SOURCES-$(JACK) += audio/out/ao_jack.c SOURCES-$(OPENAL) += audio/out/ao_openal.c -- cgit v1.2.3