summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2019-05-18 12:09:18 +0100
committerPhilippe Normand <philn@igalia.com>2019-05-18 12:09:18 +0100
commit33c0c7c33deded00197ecd984a434a6180d1a3d3 (patch)
tree67fab2cf01f7e77e93d2668a50d5b7ad9edcacfd
parentca238bdc87eca9befc9dfe5cb6879710a3c14822 (diff)
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.
-rw-r--r--ext/aom/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/aom/meson.build b/ext/aom/meson.build
index 4aed2675a..b53d73c4a 100644
--- a/ext/aom/meson.build
+++ b/ext/aom/meson.build
@@ -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