mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
configure: fix VSX remaining enabled when -mvsx is unsupported
When check_cflags -mvsx fails, the && short-circuit prevents check_cc from running. Since check_cc is responsible for disabling vsx on failure, skipping it leaves vsx incorrectly enabled. Fix by removing the && so check_cc always executes. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
Reference in New Issue
Block a user