win下编译和链接ffmpeg
#1504
Replies: 1 comment 2 replies
-
用 vcpkg 也可以,不过一些 win 系统库 你得自己 add_syslinks 加上 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
目前的问题是这样的,还是从qmake迁移xmake的问题。项目地址是https://github.com/hh-wu/range_xmake.git
我是这么引用ffmpeg的,使用的是vcpkg,但是无法指定版本。目前的版本是4.4,但是我需要4.3.2。 我在想是否需要自己提交一个xrepo,但是发现win下编译ffmpeg似乎是个大麻烦。我是这么写的
请问有什么好的思路呢?
xmake version: 2.5.5
Beta Was this translation helpful? Give feedback.
All reactions