summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-10 23:10:43 +0200
committerwm4 <wm4@nowhere>2014-09-10 23:10:43 +0200
commitf790d6aafdea21e4ef5225ee6114ed8dd92d49f3 (patch)
tree3bd4489fca02918d0f67bcea69c53d2205adb3c7 /old-makefile
parent369868e40434277bd909479f294a4a219ee3bd67 (diff)
downloadmpv-f790d6aafdea21e4ef5225ee6114ed8dd92d49f3.tar.bz2
mpv-f790d6aafdea21e4ef5225ee6114ed8dd92d49f3.tar.xz
old-build: fix build with wayland
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index 9e2f7b0d3f..be4c819940 100644
--- a/old-makefile
+++ b/old-makefile
@@ -96,7 +96,10 @@ SOURCES-$(VAAPI_GLX) += video/out/gl_hwdec_vaglx.c
SOURCES-$(X11) += video/out/vo_x11.c video/out/x11_common.c
SOURCES-$(XV) += video/out/vo_xv.c
-SOURCES-$(WAYLAND) += video/out/vo_wayland.c video/out/wayland_common.c
+SOURCES-$(WAYLAND) += video/out/vo_wayland.c \
+ video/out/wayland_common.c \
+ video/out/wayland/buffer.c \
+ video/out/wayland/memfile.c
SOURCES-$(LIBAVFILTER) += video/filter/vf_lavfi.c \
audio/filter/af_lavfi.c