有没有什么方法能把ffmpeg从libmpv中独立出来? #66
Closed
wangwenx190
started this conversation in
General
Replies: 1 comment 3 replies
-
https://github.com/shinchiro/mpv-winbuild-cmake |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
现在ffmpeg是静态链接到libmpv中的,导致libmpv的大小非常大。如果能将ffmpeg以动态库的形式独立出来,libmpv可以大大减小,并且独立出来的ffmpeg也可以被其他程序调用,一举多得。
Beta Was this translation helpful? Give feedback.
All reactions