summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-09-19 10:18:22 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-09-19 10:18:22 +0100
commitb6a85dc45b8486ce70982d9048fb20c17876538f (patch)
treeea757d600638961fd509ec7b14bda6bcf8202b58
parent78e91a731fb6801c88ad6465d69b2c24c8df327c (diff)
downloadgstreamer-plugins-bad-b6a85dc45b8486ce70982d9048fb20c17876538f.tar.gz
configure: fix --disable-external
conditional "USE_VULKAN" was never defined
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0b97fcbc4..7d756fe67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3528,6 +3528,7 @@ AM_CONDITIONAL(USE_WEBRTCDSP, false)
AM_CONDITIONAL(USE_OPENH264, false)
AM_CONDITIONAL(USE_X265, false)
AM_CONDITIONAL(USE_DTLS, false)
+AM_CONDITIONAL(USE_VULKAN, false)
fi dnl of EXT plugins