From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7A27B45C7C for ; Mon, 29 May 2023 13:00:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B8A8A68C1E5; Mon, 29 May 2023 16:00:41 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3806368C112 for ; Mon, 29 May 2023 16:00:35 +0300 (EEST) X-GND-Sasl: michael@niedermayer.cc Received: by mail.gandi.net (Postfix) with ESMTPSA id 6BEB06000B for ; Mon, 29 May 2023 13:00:34 +0000 (UTC) Date: Mon, 29 May 2023 15:00:33 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230529130033.GS1391451@pb2> References: <20230529115039.17409-1-lq@chinaffmpeg.org> MIME-Version: 1.0 In-Reply-To: <20230529115039.17409-1-lq@chinaffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] avformat/rtcenc: Add WHIP muxer support for subsecond latency streaming X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============6628590280910898361==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6628590280910898361== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="u+ysBF3rEsnDrO5H" Content-Disposition: inline --u+ysBF3rEsnDrO5H Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 i= s required" #error "OpenSSL version 1.1.1b or newer is required" ^~~~~ libavformat/rtcenc.c: In function =E2=80=98dtls_context_init=E2=80=99: libavformat/rtcenc.c:210:34: error: implicit declaration of function =E2=80= =98EVP_EC_gen=E2=80=99; did you mean =E2=80=98EVP_PBE_get=E2=80=99? [-Werro= r=3Dimplicit-function-declaration] ctx->dtls_pkey =3D dtls_pkey =3D 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 =3D dtls_pkey =3D 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 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are too smart to engage in politics are punished by being governed by those who are dumber. -- Plato=20 --u+ysBF3rEsnDrO5H Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZHSh7QAKCRBhHseHBAsP q7ZIAKCLbIiXV/eTuTeGjEwBOlpesFeehgCeLs8/vTyq5h/5uA4NXtWqNrLG3wQ= =Ypul -----END PGP SIGNATURE----- --u+ysBF3rEsnDrO5H-- --===============6628590280910898361== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============6628590280910898361==--