mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
msdk: add missing files for dist target
https://bugzilla.gnome.org/show_bug.cgi?id=793563
This commit is contained in:
parent
b23231d8c3
commit
0156d391ae
1 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,7 @@ noinst_HEADERS = \
|
|||
gstmsdkcontextutil.h \
|
||||
gstmsdksystemmemory.h \
|
||||
gstmsdkvideomemory.h \
|
||||
gstmsdkallocator.h \
|
||||
gstmsdkbufferpool.h \
|
||||
gstmsdkh264dec.h \
|
||||
gstmsdkh264enc.h \
|
||||
|
@ -72,6 +73,12 @@ libgstmsdk_la_CFLAGS += \
|
|||
$(LIBVA_DRM_CFLAGS)
|
||||
libgstmsdk_la_LIBADD += \
|
||||
$(LIBVA_DRM_LIBS)
|
||||
noinst_HEADERS += \
|
||||
msdk_libva.h
|
||||
endif
|
||||
|
||||
# TODO: add support for windows compilation
|
||||
EXTRA_DIST = \
|
||||
msdk_d3d.c
|
||||
|
||||
libgstmsdk_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue