bitmovin / libdash

MPEG-DASH Access Library - Official ISO/IEC MPEG-DASH Reference Implementation
https://bitmovin.com/
589 stars 169 forks source link

Fixed Qt Sample #40

Open jmunoz1981 opened 2 years ago

jmunoz1981 commented 2 years ago

Fixed Sample to compile on Ubuntu 21.10

zenzi-deluxe commented 1 year ago

Hi @jmunoz1981, thank you for opening the PR. I tested it and in Ubuntu 21.10 it is working. However, there is no retrocompatibility, since the function av_frame_alloc() is not defined in the libraries in libav-tools but rather in FFMPEG. Do you have any idea or suggestion on how to make it retrocompatible with previous Ubuntu versions?