-
Notifications
You must be signed in to change notification settings - Fork 641
Conversation
Hello, mind briefly explaining why this is needed? |
Recording a video requires ffmpeg. And the released version of msys2 is already ffmpeg7.0.2. For example: citra-windows-msys2-20240821-5115f64 |
Yes I know, but are there any known benefits of bumping the version? Or is it just to keep everything updated? |
Our released version is already packaged with ffmpeg7. (citra-windows-msys2-20240821-5115f64) This is a compilation update. If you are using ffmpeg7 headers, the compilation will encounter errors. |
I opened an issue |
Can you update the sumbodule as well to use commit: PabloMK7/ext-library-headers@9d99e11 |
FYI, msys2 switched to ffmpeg n7.1 so this may need to be done again; subbing in 7.1 headers makes Citra not compile. |
After ffmpeg 5.1, it is deprecated, and has been completely removed in ffmpeg 7. Our current project is using 6.0 headers, modifying it will not have any side effects. Since lavu 57.24.100(ffmpeg 5.1)
But keeping support for older versions.
Adapt to ffmpeg 7.1 (and older versions), and rebase. |
Both the commits from August and October are compatibility fixes, Have a good day... |
Mind bumping the submodule again? Will merge after. |
Edit: Ah never mind; I'm like 2 hours behind the latest info, lol. |
done. thank you. |
After ffmpeg 5.1, it is deprecated, and has been completely removed in ffmpeg 7.
Our current project is using 6.0 headers, modifying it will not have any side effects.
For msys2,
the version of ffmpeg has been updated to 7.0.2.
We may need to update the library headers.
PabloMK7/ext-library-headers#1