summaryrefslogtreecommitdiffstats
path: root/TOOLS/old-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/old-makefile')
-rw-r--r--TOOLS/old-makefile6
1 files changed, 3 insertions, 3 deletions
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