mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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.
This commit is contained in:
parent
a10619da65
commit
11a2df46b3
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,9 @@ libgstnvdec_la_SOURCES = \
|
||||||
plugin.c
|
plugin.c
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstnvdec.h
|
cuviddec.h \
|
||||||
|
gstnvdec.h \
|
||||||
|
nvcuvid.h
|
||||||
|
|
||||||
libgstnvdec_la_CFLAGS = \
|
libgstnvdec_la_CFLAGS = \
|
||||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||||
|
|
|
@ -10,7 +10,8 @@ noinst_HEADERS = \
|
||||||
gstnvenc.h \
|
gstnvenc.h \
|
||||||
gstnvbaseenc.h \
|
gstnvbaseenc.h \
|
||||||
gstnvh264enc.h \
|
gstnvh264enc.h \
|
||||||
gstnvh265enc.h
|
gstnvh265enc.h \
|
||||||
|
nvEncodeAPI.h
|
||||||
|
|
||||||
libgstnvenc_la_CFLAGS = \
|
libgstnvenc_la_CFLAGS = \
|
||||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||||
|
@ -31,6 +32,3 @@ 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