mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
meson: Add nvenc and nvdec to plugin list when available
This commit is contained in:
parent
beba12e97b
commit
7d0646d7fe
2 changed files with 2 additions and 0 deletions
|
@ -46,5 +46,6 @@ if nvcuvid_dep_found
|
|||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstnvdec, install_dir : plugins_pkgconfig_install_dir)
|
||||
plugins += [gstnvdec]
|
||||
endif
|
||||
|
||||
|
|
|
@ -37,4 +37,5 @@ gstnvenc = library('gstnvenc',
|
|||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstnvenc, install_dir : plugins_pkgconfig_install_dir)
|
||||
plugins += [gstnvenc]
|
||||
|
||||
|
|
Loading…
Reference in a new issue