Closed christofsteel closed 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.
Fixed by the 3.0 release.
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.