summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-08-14 19:48:28 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-08-14 19:48:28 +0530
commita93bb626c991cc434e9d5da9c39affb823552173 (patch)
treeaa3ac191762abdf1780ca8bd8453b8f70ba4ce52 /meson_options.txt
parentbba33533ab589e254d2427036befec1493eca306 (diff)
meson: Add an option for the applemedia plugin
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 a81c3d300..7755835b4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -74,6 +74,7 @@ option('x11', type : 'feature', value : 'auto', description : 'X11 support in Vu
# Feature options for plugins that need external deps
option('aom', type : 'feature', value : 'auto', description : 'AOM AV1 video codec plugin')
+option('applemedia', type : 'feature', value : 'auto', description : 'Video capture and codec access plugins for macOS and iOS')
option('assrender', type : 'feature', value : 'auto', description : 'ASS/SSA subtitle renderer plugin')
option('bluez', type : 'feature', value : 'auto', description : 'Bluetooth audio A2DP/AVDTP sink, AVDTP source plugin')
option('bs2b', type : 'feature', value : 'auto', description : 'Bauer stereophonic-to-binaural audio plugin')