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:
Philippe Normand 2019-05-18 12:09:18 +01:00
parent ca238bdc87
commit 33c0c7c33d

View file

@ -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