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