diff options
Diffstat (limited to 'subprojects/packagefiles/ffmpeg')
| -rw-r--r-- | subprojects/packagefiles/ffmpeg/meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/packagefiles/ffmpeg/meson_options.txt b/subprojects/packagefiles/ffmpeg/meson_options.txt new file mode 100644 index 0000000..eb4b08b --- /dev/null +++ b/subprojects/packagefiles/ffmpeg/meson_options.txt @@ -0,0 +1,4 @@ +# Copy-paste from top-level project. +option('codec-hwaccel', type: 'feature', value: 'disabled', yield: true) +option('renderer-api', type: 'combo', choices: ['vulkan', 'dx11', 'gl', 'gl-rpi'], value: 'vulkan', yield: true) +option('sink-only', type: 'boolean', value: false, yield: true) |