summaryrefslogtreecommitdiff
path: root/sys/msdk
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-01-18 13:10:31 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-01-18 13:13:09 +0530
commit7ffcab34780fbc077b52cb577d8973d9fbe85e5a (patch)
tree9e35c5fe43a21e65bddadf178c16dd06369164ea /sys/msdk
parenta3a67c3c3024d7b154311e70638e873bc75e2fd6 (diff)
downloadgstreamer-plugins-bad-7ffcab34780fbc077b52cb577d8973d9fbe85e5a.tar.gz
build: Don't forget to add windows files to EXTRA_DIST
Diffstat (limited to 'sys/msdk')
-rw-r--r--sys/msdk/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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)