meson: Keep track of the aom plugin
authorPhilippe Normand <philn@igalia.com>
Sat, 18 May 2019 11:09:18 +0000 (12:09 +0100)
committerPhilippe Normand <philn@igalia.com>
Sat, 18 May 2019 11:09:18 +0000 (12:09 +0100)
Otherwise it doesn't appear in the GstPluginsPath.json and thus is not listed in
gst-build's uninstalled shell's $GST_PLUGIN_PATH.

ext/aom/meson.build

index 4aed267..b53d73c 100644 (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