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 5B65D45829 for ; Thu, 23 Feb 2023 14:46:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 84E2D68BF1E; Thu, 23 Feb 2023 16:46:34 +0200 (EET) Received: from sender4-op-o10.zoho.com (sender4-op-o10.zoho.com [136.143.188.10]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6496E68BE48 for ; Thu, 23 Feb 2023 16:46:27 +0200 (EET) ARC-Seal: i=1; a=rsa-sha256; t=1677163584; cv=none; d=zohomail.com; s=zohoarc; b=cl+M21PmJAJ0hB1MKlw8p43NK83HvPWrT3QUAFJj9LNFK8rgIOsSIGG3HcBUHRAZkrO+4Hg+alRAYMbEXPMWqEVLk38JTdZmDJMKSSEogflxX6Mhrl/hVQNOR4P7t39yRNUu702yyw1b9B5RYJUpJ4p0wVCGEBav/RRMJHUV3cw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1677163584; h=Content-Type:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=NvdHP5W6Nd9v8iLf0NOijp7vjoUNmjOs9GPnttWaGt4=; b=c0j3dTXw+Vlr1j4I8ZrlLEWzAgWkcto1TlNflsc/dDi5W4pXg4pqVOENSMmuhdiQHjtFplSBABCWWysicv8jw1yrrmrVHSU4EMiOY9Bb8jIOfxngMIGFYeeQwlsgT51LSQiXkz2laN0Ev+9pJOH1bme9/0vrH6TDjWjkvCREX7w= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=kittens.ph; spf=pass smtp.mailfrom=copypaste@kittens.ph; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1677163584; s=zoho; d=kittens.ph; i=copypaste@kittens.ph; h=Date:Date:From:From:To:To:Message-ID:In-Reply-To:References:Subject:Subject:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=NvdHP5W6Nd9v8iLf0NOijp7vjoUNmjOs9GPnttWaGt4=; b=BcbldBeHtVygf3oSj48bF2Eec3uY4BTYyR9WopQ3lxMHZAHAaqBAA1033IKOM1yT Rg6uj3+ZK2yHD9zXB0E09Hox1LBrxewkL1GECphVKM1X9BbiDDtfiAWoTuGqkuh3N1X +OKZ9QzEUKhonLuVmvhPgxsi30Nzmw5/anj2qXqY= Received: from [192.168.0.217] (c-73-198-184-247.hsd1.nj.comcast.net [73.198.184.247]) by mx.zohomail.com with SMTPS id 1677163582317264.1092325655309; Thu, 23 Feb 2023 06:46:22 -0800 (PST) Date: Thu, 23 Feb 2023 09:46:21 -0500 From: copypaste To: ffmpeg-devel Message-ID: <42f15733-dd64-4ada-a4a1-50ca7421799a@edison> In-Reply-To: <167715990128.1179.4999443949723766781@lain.khirnov.net> <7bc69084-d980-4a93-9442-27e4a2ec4284@edison> References: <167715990128.1179.4999443949723766781@lain.khirnov.net> <7bc69084-d980-4a93-9442-27e4a2ec4284@edison> MIME-Version: 1.0 X-ZohoMailClient: External Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] Fix broken build on Android due to broken asm-generic/termbits.h include 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: Sorry Anton, I stupidly misread your message. You are telling me not to start my identifiers with underscores not talking about Android. Well, I can certainly change it but just making them lowercase will not fix the issue because those collide with ffmpeg's variables. Perhaps what I should do is more of the #undef thing I did in file libavcodec/hevcdec.h. _______________________________________________ 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".