From f790d6aafdea21e4ef5225ee6114ed8dd92d49f3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 10 Sep 2014 23:10:43 +0200 Subject: old-build: fix build with wayland --- old-makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'old-makefile') 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 -- cgit v1.2.3