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 8B6A44910D for ; Wed, 3 Apr 2024 21:29:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 727E768CFF2; Thu, 4 Apr 2024 00:29:32 +0300 (EEST) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6AED668C4F1 for ; Thu, 4 Apr 2024 00:29:26 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 8B62F1C0002 for ; Wed, 3 Apr 2024 21:29:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1712179765; 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=pKfK8fb0LAEWiFLC/mVS80FmDBxXNmEG4XMTMkGfxW8=; b=ELxZxx0erZ/DYoXGKbt185ebObKY2/7JodJSJ9IdYyZmGIny8bPtepVKTb1A6Itv0+s3T1 ePxxIYDBJ8QSGTHFpIe+s0MTJmoc69ozXCAfMBPhgwqHHTzXwh+Hpovawz8Wjtk5bo58Yr HItzdlKzl+OKJgnIDzMFiKS+7pOgHvGvVjsKG3ldOes2oyE7TQ7NLmrI1JZ9ZAXf5WhZyx qevJol9Ruu5nD5stLRoKMdT7T/tj5wyHMpUQ5tEDLXHZXUoxSyVLyqhLIWWhUVIGqgLwUC xMN1eMfjJu1dKxLaJwfltPaK7AdVzbsPNiXs/d43PcEhAiMfbyqlpKPuMTJM9A== Date: Wed, 3 Apr 2024 23:29:24 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240403212924.GT6420@pb2> References: <15056f44-06c8-40a1-bb78-db3e66b2ee86@jkqxz.net> MIME-Version: 1.0 In-Reply-To: <15056f44-06c8-40a1-bb78-db3e66b2ee86@jkqxz.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/4] lavu: Remove libva 1.x support 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="===============3655657305963332810==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3655657305963332810== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lr9vhqKWSNU2dDhg" Content-Disposition: inline --lr9vhqKWSNU2dDhg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 03, 2024 at 08:44:29PM +0100, Mark Thompson wrote: > libva 2.0 was released in 2017 and the 2.x versions are included in all > supported distributions nowadays. on ubuntu mingw make CC libavdevice/version.o AR libavdevice/libavdevice.a CC libavfilter/vaapi_vpp.o In file included from src/libavfilter/vaapi_vpp.c:26:0: src/libavfilter/vaapi_vpp.h:22:10: fatal error: va/va.h: No such file or di= rectory #include ^~~~~~~~~ compilation terminated. src/ffbuild/common.mak:81: recipe for target 'libavfilter/vaapi_vpp.o' fail= ed make: *** [libavfilter/vaapi_vpp.o] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Its not that you shouldnt use gotos but rather that you should write readable code and code with gotos often but not always is less readable --lr9vhqKWSNU2dDhg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZg3KMQAKCRBhHseHBAsP q49XAJ9UG2Vnq0YpQY2bG6eMLwGNq/mLoQCfQGh85lRtEvSjp2LELPBvo5sMKMU= =y/f5 -----END PGP SIGNATURE----- --lr9vhqKWSNU2dDhg-- --===============3655657305963332810== 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". --===============3655657305963332810==--