From d8a4afb6f8d26997ab263d43d0de71720258ce05 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Thu, 2 May 2019 14:29:03 +0200 Subject: [PATCH] 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. --- sys/nvdec/Makefile.am | 4 +++- sys/nvenc/Makefile.am | 6 ++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/nvdec/Makefile.am b/sys/nvdec/Makefile.am index ca40fc3..de41d02 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 376c9f4..7bdd1b3 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 -- 2.7.4