mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
build: Don't forget to add windows files to EXTRA_DIST
This commit is contained in:
parent
a3a67c3c30
commit
7ffcab3478
2 changed files with 6 additions and 2 deletions
|
@ -96,8 +96,9 @@ noinst_HEADERS += \
|
||||||
gstmsdkallocator_libva.h
|
gstmsdkallocator_libva.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# TODO: add support for windows compilation
|
# Windows compilation files, used by meson
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
msdk_d3d.c
|
msdk_d3d.c \
|
||||||
|
gstmsdkallocator_d3d.c
|
||||||
|
|
||||||
libgstmsdk_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstmsdk_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
|
@ -31,3 +31,6 @@ libgstnvenc_la_CFLAGS += $(GST_GL_CFLAGS)
|
||||||
libgstnvenc_la_LIBADD += $(GST_GL_LIBS)
|
libgstnvenc_la_LIBADD += $(GST_GL_LIBS)
|
||||||
endif
|
endif
|
||||||
libgstnvenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstnvenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
nvEncodeAPI.h
|
||||||
|
|
Loading…
Reference in a new issue