Skip to content

meson: Don't override `opt_name` in the preconditions loop

Kacper Michajłow requested to merge kasper93/ffmpeg:opt_name into meson-6.1

The same variable name was used, causing the last precondition to become the opt_name. This change fixes the check to determine if a given dependency is required.

Signed-off-by: Kacper Michajłow kasper93@gmail.com

Merge request reports