meganz / sdk

MEGA C++ SDK
BSD 2-Clause "Simplified" License
1.33k stars 504 forks source link

ffmpeg support might be outdated #2580

Open DarkFighterLuke opened 3 years ago

DarkFighterLuke commented 3 years ago

When trying to compile I get this: src/gfx/freeimage.cpp:258:18: error: ‘AVStream’ {aka ‘struct AVStream’} has no member named ‘skip_to_keyframe’

I think it could be a version mismatch.

I am using Arch Linux and building the SDK with autotools. On Ubuntu 20.10 this issue doesn't appear.

DarkFighterLuke commented 3 years ago

Found a duplicate #2576 .