HomeFreeBSD

emulators/rpcs3: unbreak with ffmpeg 4.0 by updating to 0.0.5.215

Description

emulators/rpcs3: unbreak with ffmpeg 4.0 by updating to 0.0.5.215

rpcs3/Emu/Cell/Modules/cellAdec.cpp:232:40: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'

data = (u8*)av_calloc(1, size + FF_INPUT_BUFFER_PADDING_SIZE);
                                ^

rpcs3/Emu/Cell/Modules/cellAdec.cpp:233:28: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'

                                                    this->size = size + FF_INPUT_BUFFER_PADDING_SIZE;
                                                                        ^
^

Changes: https://github.com/RPCS3/rpcs3/compare/eb3dfb6bb...bd1d4de42
PR: 227726

Details

Provenance
jbeichAuthored on
Parents
rP468155: net/p5-Net-Amazon-EC2: Update version 0.32=>0.36
Branches
Unknown
Tags
Unknown