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 F07E546D5B for ; Fri, 8 Sep 2023 18:46:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B3CA268C7D9; Fri, 8 Sep 2023 21:46:20 +0300 (EEST) Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0533568C7D9 for ; Fri, 8 Sep 2023 21:46:13 +0300 (EEST) Received: by mail-qv1-f44.google.com with SMTP id 6a1803df08f44-64b98479a66so13361886d6.0 for ; Fri, 08 Sep 2023 11:46:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20230601.gappssmtp.com; s=20230601; t=1694198772; x=1694803572; darn=ffmpeg.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=vuEhExfSWf6ELzAuhnhx/6B/gBaoqVz/WWTYiJ6yMn0=; b=GE307Jp2Nsr9N5h8769Zbeozi32D23G7KoKvuy+lbL5pnSp0L+GOfknN5v7W7AExJT tqe1vHEWC84jeZ4DcHUeWacdj7CUxs5lVS6+dtKC2JRCm/k7JJW+NoODn4wxEU2PFtMc PRzw5cwZrvTZmbbVisqf4sDMHXvUuL4SHcJVUg0JoiL6POWkVtyCsNiTvGN2w7uIWEB1 rC7jYchG6BC127cwPTDJm3iI50wfh2qYQbCEhuW+PTZGQWt/nXJSbWLqD2XAmGoiZipN Zgi6nzAB2KhhmdARivtEMcrQjmFJk2SEggjvMJZwvg9so/dMc2i5HDetfZ7Hg21ieAIa CEeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694198772; x=1694803572; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=vuEhExfSWf6ELzAuhnhx/6B/gBaoqVz/WWTYiJ6yMn0=; b=YoeB6V66TEfqCa9zSOaET7ELbUmfjiOU53OZaLVymuwrR/4MZWouB6YdJJGn8hb9rV Ct0H2KQmAKjsd1saqj5mc2zfK72Xh7t1WOWAmoW9npOb7wmMHFyY8Nu3yDI6eFOb/VkD /Gwuj4E5dK49SoZxgb1Cliq9ldM/gPX5Gaok5g6BIncdNtNQr+WDkSBQwn2A3YwUzJ3/ eI8nGe/G0Od6+S5tYWarzoAyCr8/lRMqrHHulQujIgAjR5ahYfmbx0qeVgomXb6sXtyH taijkJ/bF7nfXLjnu2uyWgZjhAr4O6UmNyuMbztpmZEGcZIQ6YuOFkn/uC2woMu9ft+S FXWw== X-Gm-Message-State: AOJu0Yzw7xZQjWlFhrmFGYGg1uMG6rChVhiQf5ycQxMGXx13ar/gJxs5 vmx+X68qXdL/azED3K5cVcidh9qAwjBT2x5qt55DEhUUViYPjakfve5/1w== X-Google-Smtp-Source: AGHT+IE30/MhuOh3jDdBaiQIxhE8CFfONDAP3IeJO8JyNhFRRiZBbS4j2tgWgvDxlWFSeROoqizAmBogo8MNi1SHuZo= X-Received: by 2002:a0c:cb12:0:b0:655:d1fd:2401 with SMTP id o18-20020a0ccb12000000b00655d1fd2401mr1323140qvk.6.1694198772161; Fri, 08 Sep 2023 11:46:12 -0700 (PDT) MIME-Version: 1.0 References: <20230905232630.2031-1-kasper93@gmail.com> <32b7a66e-1b20-6912-6a2b-993821cd470c@rothenpieler.org> In-Reply-To: From: Kieran Kunhya Date: Fri, 8 Sep 2023 19:46:01 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v2 1/2] configure: don't force specific C++ standard library linking 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: On Fri, 8 Sept 2023 at 19:42, Kacper Michajlow wrote: > On Fri, 8 Sept 2023 at 00:11, Kieran Kunhya wrote: > > > > On Thu, 7 Sept 2023 at 22:39, Kacper Michajlow > wrote: > > > > > On Thu, 7 Sept 2023 at 15:12, Derek Buitenhuis > > > wrote: > > > > > > > > On 9/6/2023 6:31 PM, Kacper Michajlow wrote: > > > > > What would be a downside of preferring CXX always if it exists? > > > > > > > > FFmpeg runs in a multitude of environments with a multitude of > > > portability > > > > requirements. Needlessly linking a C++ runtime is not OK. > > > > > > This does not answer my question. Let me rephrase. Do we know the case > > > where using C++ compiler driver rather than C would degrade the > > > quality of the resulting build? > > > > > > > The machine that ffmpeg is being compiled on is not necessarily the one > > that ffmpeg is going to be run on. > > Not sure how this is relevant to the discussion? > > > > > What would be a downside of preferring CXX always if it exists? Because it forces a dependency on libstdc++ even if another machine does not have it. Kieran _______________________________________________ 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".