diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-09-19 10:18:22 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-09-19 10:18:22 +0100 |
commit | b6a85dc45b8486ce70982d9048fb20c17876538f (patch) | |
tree | ea757d600638961fd509ec7b14bda6bcf8202b58 | |
parent | 78e91a731fb6801c88ad6465d69b2c24c8df327c (diff) | |
download | gstreamer-plugins-bad-b6a85dc45b8486ce70982d9048fb20c17876538f.tar.gz |
configure: fix --disable-external
conditional "USE_VULKAN" was never defined
-rw-r--r-- | configure.ac | 1 |
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 |