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 9CB1747122 for ; Thu, 27 Jul 2023 19:01:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id ECEF668CA97; Thu, 27 Jul 2023 22:01:26 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2E40268C9AE for ; Thu, 27 Jul 2023 22:01:21 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 6AA391060136 for ; Thu, 27 Jul 2023 19:01:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1690484480; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=3aPepPTiM1NF97RJ25drZ6wv7F+RDNaNWJ1LzslE2S4=; b=WxEwsiE6zgCzV0d2oPWo2l2Y6aTzcWf44GqL8+LSCl5QBZpN1CsENyFiUpL2NTH7 Y2BhGPo3hOJnEGKr8HMaL17gPLl9zZd+iRF0x1mOB7ra8mzoPHrK7UnXapXDVbIYp1L gq/NZKZLbT5qRighFhfefd0l6e1GJZ1Hha6qFq8NIPlFQ2PC7TnwG3Q74urwMllBU48 7n1tKu9oqE8Ohc8SfnbKYLsZOVa5Rq11og/8PlDrZjaTVz/ij50vsflMoiMqYAHZ30T hfxXTEQhI+9NdmdhSB6SmBVu1nyk/jXqZAY9Q9ofQ16lIODkzat9M5eCig9D0d59a4B rtUZMV+RYg== Date: Thu, 27 Jul 2023 21:01:20 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] avcodec/Makefile: Unconditionally skip vulkan_video_codec_av1std.h 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Jul 24, 2023, 22:46 by andreas.rheinhardt@outlook.com: > libavcodec/vulkan_video_codec_av1std.h currently does not pass > checkheaders: It is missing stdint.h and vulkan/vulkan_core.h. > The comment "This header is NOT YET generated from the Khronos Vulkan > XML API Registry." as well as the fact that it does not use our standard > inclusion guards makes the file appear as if it is to be treated > like a third-party header and not one of our own. This commit > therefore "fixes" the issue by unconditionally skipping said header. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > LGTM Thanks. _______________________________________________ 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".