mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
meson: Keep track of the aom plugin
Otherwise it doesn't appear in the GstPluginsPath.json and thus is not listed in gst-build's uninstalled shell's $GST_PLUGIN_PATH.
This commit is contained in:
parent
ca238bdc87
commit
33c0c7c33d
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ if aom_dep.found()
|
|||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstaom, install_dir : plugins_pkgconfig_install_dir)
|
||||
plugins += [gstaom]
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue