From 03694038da8a843a4bda55696d561dd52af4b933 Mon Sep 17 00:00:00 2001 From: fallenwizard Date: Thu, 11 Jan 2018 18:49:42 +0100 Subject: [PATCH] options.description: added vulkan build option description Closes: #10698 [via git-merge-pr] --- common/options.description | 1 + 1 file changed, 1 insertion(+) diff --git a/common/options.description b/common/options.description index 5660220feac..402da8e8584 100644 --- a/common/options.description +++ b/common/options.description @@ -82,6 +82,7 @@ desc_option_vaapi="Enable support for VA-API" desc_option_vapoursynth="Enable support for VapourSynth" desc_option_vdpau="Enable support for VDPAU" desc_option_vpx="Enable support for VP8/VP9 codecs" +desc_option_vulkan="Enable support for Vulkan" desc_option_wavpack="Enable support for the Wavpack audio format" desc_option_wayland="Enable support for the Wayland backend" desc_option_x11="Enable support for X11"