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 63EDE4BC44 for ; Tue, 16 Jul 2024 04:23:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7617468D940; Tue, 16 Jul 2024 07:23:32 +0300 (EEST) Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 737C068D86A for ; Tue, 16 Jul 2024 07:23:26 +0300 (EEST) Received: by mail-qk1-f180.google.com with SMTP id af79cd13be357-79f17d6be18so316358485a.2 for ; Mon, 15 Jul 2024 21:23:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1721103804; x=1721708604; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=nAfRVFgxutE5Sc+43TAz3aEnIFnp7veO5jClov5ImCQ=; b=cRPy89qD3/fE2fBa9pTYRV4KN2ANk4GsnnJKMzrBMyeGk9SkxE2B6rUuknJRay4iA2 x4RoSrVuwl6FtW36gWPdVQ+CEWD4wwvvg0dJnDEUtDiB1cIm9GhD/6HQTryBn51fMig1 Lg0rYkeJ/Rg9d9Ekxy0++w4gR9soLlSpwZ6yIcUxuzrPKwfALVAkeTTEXnBe5JIB+ONh hE9uGzX658rmlYJY6tBaGsp7kc9uJzqoyifgy2vWoghuUFTYWZLAoEUL7ArmbhN60EzZ 4fNNWxLGYShCsWhvrz5GKsXRGf+ZQ8wV9XarA50jr3xIuyEOm1KaGUao6Fm9bwMND/Ll 4Qsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721103804; x=1721708604; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=nAfRVFgxutE5Sc+43TAz3aEnIFnp7veO5jClov5ImCQ=; b=e6ntraGlBGjVsSsXOkgPnZ9GqwLNezSwpZ7GhywokknX0/JKK2FV4dxp+jLEWtm7Zk QXPngG2JdSq1lHwszUTwIT6v/BZhPaSDMtnAZq+GDhJr8SLfX1vXNHVF3gTGa3h+0S1a 3aTUeMOJUNtH42q3ctqBIu96tPAoN3HBEacC1RE+du5gzg7OFdg2LLIU8YgWoJevDexa kx42kSqje7KeU2vEu9Jnt7n1lcspnSgRqayB3tVWp806LvPRw8XzYy4JGik32kcT5WDM Ff3cxDKWeEwnFRJuUvxLQp8hi+BaX8v2R3HEHFFE474q57nLYDQxbmb6bOiMVYqQ3WBm DfAg== X-Gm-Message-State: AOJu0Yz9Oq2tyH5v5bFNycswBjEAXxON6/UYUWuCCIdYE+gn4wBUBxBU kU31sJOSukwx0zNciPbWdn1hVhhqIwVgoNzm62wvoF+/6t+wwX+3thdf/Q== X-Google-Smtp-Source: AGHT+IErtJNL5gWQjQlcBYB3Y5zSyZO3JPWEczCli4Mdm1aWeyFfs9RnuA16jmFDf/+m413yylGL3Q== X-Received: by 2002:a05:620a:2708:b0:79f:420:5a0e with SMTP id af79cd13be357-7a17b6cdd42mr117794385a.18.1721103804442; Mon, 15 Jul 2024 21:23:24 -0700 (PDT) Received: from haruno.seanmcgovern.ca ([2607:f2c0:92ef:9000:44bf:267f:c1b4:3e70]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7a160c854f7sm256079985a.130.2024.07.15.21.23.22 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Jul 2024 21:23:23 -0700 (PDT) From: Sean McGovern To: ffmpeg-devel@ffmpeg.org Date: Tue, 16 Jul 2024 00:23:19 -0400 Message-Id: <20240716042319.59117-1-gseanmcg@gmail.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] configure: remove TILE-Gx and TILE-Pro due to lack of compiler 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: 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: GCC removed support for them in versions >= 13.0, and there was never any acceleration or compat code generated for these targets. --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure index f84fefeaab..6777fc038f 100755 --- a/configure +++ b/configure @@ -2145,8 +2145,6 @@ ARCH_LIST=" s390 sparc sparc64 - tilegx - tilepro x86 x86_32 x86_64 @@ -5254,9 +5252,6 @@ case "$arch" in sun4*|sparc*) arch="sparc" ;; - tilegx|tile-gx) - arch="tilegx" - ;; i[3-6]86*|i86pc|BePC|x86pc|x86_64|x86_32|amd64) arch="x86" ;; -- 2.39.2 _______________________________________________ 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".