summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-12-16 20:13:08 +0000
committerSebastian Dröge <slomo@coaxion.net>2018-12-17 09:12:53 +0000
commit0be8a5f8f42b69a79da852e3fc052253da2ce091 (patch)
tree1d3da20bbd35c13de048642f9a2b8ddd739ed6b2 /meson.build
parent986f6cac4581588f28ec55dbec2b26325e92d644 (diff)
downloadgstreamer-plugins-bad-0be8a5f8f42b69a79da852e3fc052253da2ce091.tar.gz
meson: build voamrwbenc plugin
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 7346e1829..7cc9c6450 100644
--- a/meson.build
+++ b/meson.build
@@ -532,6 +532,8 @@ gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' +
'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \
'gst_init(NULL,NULL);' ]
+presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')
+
pkgconfig = import('pkgconfig')
plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig')
if get_option('default_library') == 'shared'