nvenc/nvdec: Add NVIDIA SDK headers to noinst_HEADERS
authorNiels De Graef <niels.degraef@barco.com>
Thu, 2 May 2019 12:29:03 +0000 (14:29 +0200)
committerNiels De Graef <nielsdegraef@gmail.com>
Thu, 2 May 2019 22:31:00 +0000 (22:31 +0000)
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
sys/nvenc/Makefile.am

index ca40fc3..de41d02 100644 (file)
@@ -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) \
index 376c9f4..7bdd1b3 100644 (file)
@@ -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