diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-05-29 11:28:00 +0100 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2019-05-30 20:41:57 +0200 |
commit | 7853700b50356fcad45d6a5d35e2f15efe16cfb9 (patch) | |
tree | 450e85f48876fb55c194f5e676cf211f88c9941f /ext/voamrwbenc | |
parent | f5495700fb79710cfe155710953bb216c31bacdf (diff) | |
download | gstreamer-plugins-bad-7853700b50356fcad45d6a5d35e2f15efe16cfb9.tar.gz |
meson: add more plugins to plugins list
Makes sure their path gets added to the uninstalled environment
and makes sure they get included in the docs.
Diffstat (limited to 'ext/voamrwbenc')
-rw-r--r-- | ext/voamrwbenc/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/voamrwbenc/meson.build b/ext/voamrwbenc/meson.build index 5c16b2033..50c18105b 100644 --- a/ext/voamrwbenc/meson.build +++ b/ext/voamrwbenc/meson.build @@ -11,6 +11,7 @@ if voamrwbenc_dep.found() install_dir: plugins_install_dir, ) pkgconfig.generate(gstvoamrwbenc, install_dir: plugins_pkgconfig_install_dir) + plugins += [gstvoamrwbenc] install_data('GstVoAmrwbEnc.prs', install_dir: presetdir) endif |