diff options
Diffstat (limited to 'subprojects/packagefiles/ffmpeg/meson_options.txt')
| -rw-r--r-- | subprojects/packagefiles/ffmpeg/meson_options.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/packagefiles/ffmpeg/meson_options.txt b/subprojects/packagefiles/ffmpeg/meson_options.txt index d58d8fd..7854d28 100644 --- a/subprojects/packagefiles/ffmpeg/meson_options.txt +++ b/subprojects/packagefiles/ffmpeg/meson_options.txt @@ -1,6 +1,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('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) |