build: Don't forget to add windows files to EXTRA_DIST

This commit is contained in:
Nirbheek Chauhan 2019-01-18 13:10:31 +05:30
parent a3a67c3c30
commit 7ffcab3478
2 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -31,3 +31,6 @@ libgstnvenc_la_CFLAGS += $(GST_GL_CFLAGS)
libgstnvenc_la_LIBADD += $(GST_GL_LIBS)
endif
libgstnvenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
EXTRA_DIST = \
nvEncodeAPI.h