From 7ffcab34780fbc077b52cb577d8973d9fbe85e5a Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Fri, 18 Jan 2019 13:10:31 +0530 Subject: build: Don't forget to add windows files to EXTRA_DIST --- sys/msdk/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/msdk') diff --git a/sys/msdk/Makefile.am b/sys/msdk/Makefile.am index 104d1b060..186d7c529 100644 --- a/sys/msdk/Makefile.am +++ b/sys/msdk/Makefile.am @@ -96,8 +96,9 @@ noinst_HEADERS += \ gstmsdkallocator_libva.h endif -# TODO: add support for windows compilation +# Windows compilation files, used by meson EXTRA_DIST = \ - msdk_d3d.c + msdk_d3d.c \ + gstmsdkallocator_d3d.c libgstmsdk_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1