gyunaev / karlyriceditor

lyrics editor and CD+G/video exporter for Karaoke
http://www.ulduzsoft.com/linux/karaoke-lyrics-editor/
GNU General Public License v3.0
48 stars 14 forks source link

Compatibility with OpenSSL 1.1.0 and FFMPEG 4.1 #1

Closed christofsteel closed 4 years ago

christofsteel commented 5 years ago

This does not compile anymore with openssl >= 1.1.0 because of how EVP_CIPHER_CTX is handled. (See https://stackoverflow.com/questions/26345175/correct-way-to-free-allocate-the-context-in-the-openssl)

Additionally libavresample was dropped from ffmpeg. As an alternative, there is libswresample, which acts as its replacement, but has a slightly different API.

gyunaev commented 4 years ago

Fixed by the 3.0 release.