blob: b487a33d98c022b7a6e6f9a813d148280177180a [file] [log] [blame]
# Copyright 2023 Android Open Source Project
# SPDX-License-Identifier: MIT
option(
'decoders',
type : 'array',
value : ['auto'],
choices : [
'gles',
'vulkan',
'magma',
'composer',
'auto',
],
description : 'A list of supported decoders to build'
)