On Mon, Jul 2, 2018 at 10:26 PM waddlesplash <waddlesplash@xxxxxxxxx> wrote:
hrev52057 adds 2 changesets to branch 'master'
old head: c9af3dafd55afab6d1913dbfa5f6fe1daae8cf96
new head: d1c51097eb1741a3f6d9e2d35b75abf2209ed123
overview:
https://git.haiku-os.org/haiku/log/?qt=range&q=d1c51097eb17+%5Ec9af3dafd55a
d1c51097eb17: Upgrade FFmpeg to 4.0.1 across the board (including GCC2.)
This was accomplished by adding some pretty nasty hacks to the FFmpeg recipe
so that we can compile it for the GCC2 ABI using GCC7. This works because
GCC's C ABI has not changed between GCC2 and GCC7.
As a consequence of this, pretty much all the longstanding issues of the
ancient-and-still-miscompiled FFmpeg 0.10 are now completely gone.
Fixes #5080, #8461, #12696, #12436, #13981 #13410, #13337.
Closes (possibly fixed earlier) #8605, #8511, #6984.
Probably fixes (couldn't test) #13989, #11974.