From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id E5DA4406B5 for ; Sun, 13 Jul 2025 17:37:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 7D2DE68DF23; Sun, 13 Jul 2025 20:37:53 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 50B8A68DEC1 for ; Sun, 13 Jul 2025 20:37:51 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9C41C41B50 for ; Sun, 13 Jul 2025 17:37:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1752428270; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=rkLkO0qSROaH5TanqqAlmn9kAFj7JLo4Dho4lhN2PPU=; b=kwqnfVq06NE4d0Cc+0aofswn/l7zpdeE2f9LZvYuLNCf7WHHeGBF/hH+heA19dWoCQHu4i WKhKJnBtDdxxGcUDEFWSHteQ21zfWd4Zm/KgZfgBkzhL/HVyhO2p6HP9DUtc2WZD5zxrBu CZzwalK6A/PhqlMO27WMaNmx8/cIvosK6SvLAj1Ew+Godf+9ueqDxO5Zfb/zPKpPhqWxOs DNYOByq18VSNSjoZdMipuGD16Iyi/xpqlx7bRMSGYxFo9gRkRAdBteFd5iRAlakGwSl04+ kJW2c7R7zmfaKOwLvXphKoE4kYIq6FJcfWTn5uXIOF+vAm9hxp2Xb3L18XsVSw== Date: Sun, 13 Jul 2025 19:37:49 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250713173749.GG29660@pb2> References: <20250713153632.39655-1-jamrial@gmail.com> <20250713162557.8163-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20250713162557.8163-1-jamrial@gmail.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtdefgdegleeilecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdludehmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtjeenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepleekgefgffeiudefjeeuffejudehtddtudeltdehveevvedtieeulefhtdeutdeknecukfhppeeguddrieeirdeihedrudejieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeihedrudejiedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2] avformat/tls_schannel: add check for Windows 10 only types and defines 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="===============8729853410666842416==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8729853410666842416== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Uf45JFxac6MRvdIo" Content-Disposition: inline --Uf45JFxac6MRvdIo Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 13, 2025 at 01:25:57PM -0300, James Almer wrote: > Old Mingw-w64 releases provided by some distros seemingly don't have them= , so > check for them and disable the dtls protocol if unavailable. >=20 > Signed-off-by: James Almer > --- > configure | 4 ++++ > libavformat/tls_schannel.c | 29 +++++++++++++++++++++++++++-- > 2 files changed, 31 insertions(+), 2 deletions(-) fewer errors but still failing: make -j32 -k CC libavformat/tls_schannel.o src/libavformat/tls_schannel.c: In function =E2=80=98tls_handshake_loop=E2= =80=99: src/libavformat/tls_schannel.c:971:25: error: =E2=80=98SEC_I_MESSAGE_FRAGME= NT=E2=80=99 undeclared (first use in this function) 971 | if (sspi_ret =3D=3D SEC_I_MESSAGE_FRAGMENT) { | ^~~~~~~~~~~~~~~~~~~~~~ src/libavformat/tls_schannel.c:971:25: note: each undeclared identifier is = reported only once for each function it appears in src/libavformat/tls_schannel.c: In function =E2=80=98tls_handshake=E2=80=99: src/libavformat/tls_schannel.c:1087:21: warning: unused variable =E2=80=98s= spi_ret=E2=80=99 [-Wunused-variable] 1087 | SECURITY_STATUS sspi_ret; | ^~~~~~~~ At top level: src/libavformat/tls_schannel.c:1207:12: warning: =E2=80=98dtls_open=E2=80= =99 defined but not used [-Wunused-function] 1207 | static int dtls_open(URLContext *h, const char *uri, int flags, AVD= ictionary **options) | ^~~~~~~~~ make: *** [src/ffbuild/common.mak:81: libavformat/tls_schannel.o] Error 1 make: Target 'all' not remade because of errors. thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No snowflake in an avalanche ever feels responsible. -- Voltaire --Uf45JFxac6MRvdIo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaHPu7QAKCRBhHseHBAsP q78nAJ95cCqa9YTZW5XXuTnutEvqFD1mQACePY3cH/6H55R1aTjf3MPY8fWarpQ= =pper -----END PGP SIGNATURE----- --Uf45JFxac6MRvdIo-- --===============8729853410666842416== 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". --===============8729853410666842416==--