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 034F64745F for ; Thu, 7 Sep 2023 22:11:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4A6A168C883; Fri, 8 Sep 2023 01:11:10 +0300 (EEST) Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 86F7768C6F7 for ; Fri, 8 Sep 2023 01:11:04 +0300 (EEST) Received: by mail-qv1-f41.google.com with SMTP id 6a1803df08f44-6535b9caa1eso12986936d6.0 for ; Thu, 07 Sep 2023 15:11:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20230601.gappssmtp.com; s=20230601; t=1694124663; x=1694729463; 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=ceYRhlGUsML9MEje4CDwHV75fH9pHR9Id5hTR0yzJMI=; b=rH6f3YaLLkxfRzboibYfHlBFwAWYmlQrP9lOR46dqjvG1Y1yxrL7DlTA9h4cscmUST ZXJBcE5VLILFnjPeJAeRutgiic/KjtvnQEhGuYdbov7ylDDfwWOV/A1sAR9xLj+7pqN/ rLKmzyZtkjRCC1gyDveuDj6i8whhykIAN8FhGOHBvWgamfcaalumTVUsp/QRlayOFVTw TT3yBV/SbtmOxwUvx7COPj8SMBbZFKDCKWuQuuyRMA1qvq93xg6q7ZW7W+wVwcssieCP ieSzmlJVPK0/qTpiI2jh7iUCjv5WCYYBPUBY/IzYHPL7nKXOZX00YlzMZgLt2Pf+busG 3SWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694124663; x=1694729463; 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=ceYRhlGUsML9MEje4CDwHV75fH9pHR9Id5hTR0yzJMI=; b=rTzQ8uA5GEQEBy7e7WaZVPSHFL68OIurlWx7zhFD/WIfzuTDCjBKhiDFyspqgAleXZ tvg5lM2QisJwj32AiSDOXBNDFMECldRTy3AD/rTS8aroK42IWTlIssJt8nuFnIZW6efo T+61Xj+iKd/SRSmlHKtb/m+RzOUeIBilpYYVcLmsAiTJlXnX1SDxU0VMgofDRWZDIZhI 4vg3Kw7tbWlefgeQSgMGwlLLQmxjEIb0LLyA7fX8gtDbfroWjOwEXwLWsgBJaVwUi+hP pyihOKhT4MCrfZ5tD/H/gHFwRtfWVXIjRAW4PQ8LckIy+eO46ZDwAsoyCfMfcBQ/m6Yw vReQ== X-Gm-Message-State: AOJu0Yzkc1gHDXlfjzyyVo26wmrOKZvJNBDPZcI7Yff5C3UuK06gLiG3 1Nm8xYo/+rR5XUO2EiIacnRO1phAm42UrFa+I6VkgM0hcSdAd2omjlM= X-Google-Smtp-Source: AGHT+IHrFXGE/hnmuhhsdOES4aka4WRP/JqcvVYhBFXXRorIU6QpvUPmqmdXpXuQfHRN1XkBzRhQjeoXToWheuqbN0o= X-Received: by 2002:a0c:df01:0:b0:647:3346:1289 with SMTP id g1-20020a0cdf01000000b0064733461289mr1049631qvl.11.1694124662698; Thu, 07 Sep 2023 15:11:02 -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: Thu, 7 Sep 2023 23:10:51 +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 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. 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".