Change #264291
| Category | ffmpeg |
| Changed by | Zhao Zhili <zhilizhao@tencent.com> |
| Changed at | Mon 13 Apr 2026 13:45:36 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | a85a8e67579d6d3efd33857d4a76fceece783502 |
Comments
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>
Changed files
- configure