On Mon, May 29, 2023 at 07:50:39PM +0800, Steven Liu wrote: > Co-authored-by: winlin > Co-authored-by: yangrtc > Co-authored-by: cloudwebrtc > Co-authored-by: Haibo Chen <495810242@qq.com> > Signed-off-by: Steven Liu > --- > configure | 1 + > doc/muxers.texi | 50 + > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/http.c | 6 + > libavformat/http.h | 2 + > libavformat/rtcenc.c | 2208 ++++++++++++++++++++++++++++++++++++++ > 7 files changed, 2269 insertions(+) > create mode 100644 libavformat/rtcenc.c breaks build: CC libavformat/rtcenc.o libavformat/rtcenc.c:30:2: error: #error "OpenSSL version 1.1.1b or newer is required" #error "OpenSSL version 1.1.1b or newer is required" ^~~~~ libavformat/rtcenc.c: In function ‘dtls_context_init’: libavformat/rtcenc.c:210:34: error: implicit declaration of function ‘EVP_EC_gen’; did you mean ‘EVP_PBE_get’? [-Werror=implicit-function-declaration] ctx->dtls_pkey = dtls_pkey = EVP_EC_gen(curve); ^~~~~~~~~~ EVP_PBE_get libavformat/rtcenc.c:210:32: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ctx->dtls_pkey = dtls_pkey = EVP_EC_gen(curve); ^ cc1: some warnings being treated as errors ffbuild/common.mak:81: recipe for target 'libavformat/rtcenc.o' failed make: *** [libavformat/rtcenc.o] Error 1 [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are too smart to engage in politics are punished by being governed by those who are dumber. -- Plato