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-23 10:49:09 +0100
commitc8cc7bea434b1e6ccf6f9fdf4516bceae4bb3944 (patch)
treea49d2b0c6bc5831adfb7a309f30266e526b90198
parentab9f68c59bf1a8970b4665752f71aa9bb0043d66 (diff)
downloadgstreamer-plugins-bad-c8cc7bea434b1e6ccf6f9fdf4516bceae4bb3944.tar.gz
configure: fix --disable-external
conditional "USE_VULKAN" was never defined https://bugzilla.gnome.org/show_bug.cgi?id=771867
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 418268c35..6193302ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3424,6 +3424,7 @@ AM_CONDITIONAL(USE_WEBP, 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