summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2019-09-03 13:56:22 +1000
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2019-12-09 01:49:31 +0000
commit526afac73681450a7dae4d9b8db9fcb039da5311 (patch)
treeff81bdc41d108d703ec8d14a98bb2d76ca5e211e /meson.build
parent52ff97d085fd2c6a1612b6033185b5383005d807 (diff)
downloadgstreamer-plugins-bad-526afac73681450a7dae4d9b8db9fcb039da5311.tar.gz
vtdec: add support for outputing vulkan images
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d84ad1684..92b271025 100644
--- a/meson.build
+++ b/meson.build
@@ -369,6 +369,7 @@ if ['darwin', 'ios'].contains(host_system)
# cdata.set('HAVE_VIDEOTOOLBOX_10_9_6', 1)
# endif
endif
+have_objcpp = add_languages('objcpp', required : false)
have_orcc = false
orcc_args = []