summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiels De Graef <niels.degraef@barco.com>2019-05-02 14:29:03 +0200
committerTim-Philipp Müller <tim@centricular.com>2019-08-07 11:34:03 +0100
commitd8a4afb6f8d26997ab263d43d0de71720258ce05 (patch)
tree0387d36715ae737ad49bb408a312997546898c64 /sys
parent2445858f106c0ca4f58680e0c80798e3a59aab52 (diff)
downloadgstreamer-plugins-bad-d8a4afb6f8d26997ab263d43d0de71720258ce05.tar.gz
nvenc/nvdec: Add NVIDIA SDK headers to noinst_HEADERS
The tarballs that were being spun for 1.16 don't contain these headers due to this small oversight, so let's add them.
Diffstat (limited to 'sys')
-rw-r--r--sys/nvdec/Makefile.am4
-rw-r--r--sys/nvenc/Makefile.am6
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/nvdec/Makefile.am b/sys/nvdec/Makefile.am
index ca40fc3d4..de41d0243 100644
--- a/sys/nvdec/Makefile.am
+++ b/sys/nvdec/Makefile.am
@@ -5,7 +5,9 @@ libgstnvdec_la_SOURCES = \
plugin.c
noinst_HEADERS = \
- gstnvdec.h
+ cuviddec.h \
+ gstnvdec.h \
+ nvcuvid.h
libgstnvdec_la_CFLAGS = \
$(GST_PLUGINS_BAD_CFLAGS) \
diff --git a/sys/nvenc/Makefile.am b/sys/nvenc/Makefile.am
index 376c9f41b..7bdd1b3d4 100644
--- a/sys/nvenc/Makefile.am
+++ b/sys/nvenc/Makefile.am
@@ -10,7 +10,8 @@ noinst_HEADERS = \
gstnvenc.h \
gstnvbaseenc.h \
gstnvh264enc.h \
- gstnvh265enc.h
+ gstnvh265enc.h \
+ nvEncodeAPI.h
libgstnvenc_la_CFLAGS = \
$(GST_PLUGINS_BAD_CFLAGS) \
@@ -31,6 +32,3 @@ libgstnvenc_la_CFLAGS += $(GST_GL_CFLAGS)
libgstnvenc_la_LIBADD += $(GST_GL_LIBS)
endif
libgstnvenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-EXTRA_DIST = \
- nvEncodeAPI.h