summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2021-07-06 12:31:42 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2021-08-25 21:16:09 -0400
commit5cf4dc2b82f10cbe2dc603fd49ab080ff8d32e56 (patch)
tree88ee9c2833d850ce9aab59ee6928d1e88fc98d01 /meson_options.txt
parent1a919a1e413a87a01077b4c6823223c0f264e88d (diff)
downloadgstreamer-plugins-bad-5cf4dc2b82f10cbe2dc603fd49ab080ff8d32e56.tar.gz
aes: add aes encryption and decryption elements
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1505>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c24b3b3b0..893842d3b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -77,6 +77,7 @@ option('wayland', type : 'feature', value : 'auto', description : 'Wayland plugi
option('x11', type : 'feature', value : 'auto', description : 'X11 support in Vulkan, GL and rfb plugins')
# Feature options for plugins that need external deps
+option('aes', type : 'feature', value : 'auto', description : 'AES encryption/decryption plugin')
option('aom', type : 'feature', value : 'auto', description : 'AOM AV1 video codec plugin')
option('avtp', type : 'feature', value : 'auto', description : 'Audio/Video Transport Protocol (AVTP) plugin')
option('androidmedia', type : 'feature', value : 'auto', description : 'Video capture and codec plugins for Android')