summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/ffmpeg/meson_options.txt
blob: d58d8fd8e91f118684d6e507eb260c9e106e32a0 (plain)
1
2
3
4
5
6
# Copy-paste from top-level project.
option('codec-hwaccels', type: 'array', choices: ['vulkan', 'vaapi', 'mediacodec', 'd3d11va', 'dxva2'], value: [], yield: true)
option('renderer-api', type: 'combo', choices: ['vulkan', 'dx11', 'gl', 'gl-rpi'], value: 'vulkan', yield: true)
option('subtitles', type: 'feature', value: 'enabled', yield: true)
option('win32-compat', type: 'boolean', value: false, yield: true)
option('sink-only', type: 'boolean', value: false, yield: true)