sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.31k stars 344 forks source link

Support newer ffmpeg versions #267

Closed blackforest-tom closed 4 years ago

blackforest-tom commented 5 years ago

In newer versions of ffmpeg, constant names have been prefixed by "AV_". A macro was defined to check for the ffmpeg version we build against. The macro is used where the new constant names break the build.