Replies: 1 comment 1 reply
|
你可以调下这个包 https://github.com/xmake-io/xmake-repo/blob/dev/packages/f/ffmpeg/xmake.lua |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
问题描述 / Description
在 Windows 11 24H2 / VS2026 环境用 xmake 安装 ffmpeg 7.1 失败,编译无法通过。
Installing ffmpeg 7.1 via xmake fails during compilation on Windows 11 24H2 with VS2026.
环境 / Environment
复现方式 / Reproduction
执行
xmake run触发源码编译安装。Run
xmake runto trigger source build & install.报错日志 / Error log
完整日志见附件,关键错误如下:
Full log attached; key errors below:
问题 / Questions
这是 ffmpeg 7.1 包需要针对新 SDK 打 patch,还是我在哪里需要额外配置(比如指定 SDK 版本)?
是否已有针对该问题的新版 ffmpeg 包或 workaround?
请问是什么问题?是工具链问题还是 ffmpeg 版本问题?麻烦各位大佬救一下!谢谢!
Does the ffmpeg 7.1 package need a patch for the new SDK, or is there some configuration I'm missing (e.g., pinning a specific SDK version)?
Is there already a newer ffmpeg package or a workaround for this issue?
What do you think is causing this — a toolchain issue or an ffmpeg version issue? I'd really appreciate any help or pointers from you all. Many thanks in advance!
附件 / Attachment
install.txt
All reactions