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 D957043642 for ; Sun, 19 Jun 2022 11:49:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3EB5A68B58D; Sun, 19 Jun 2022 14:49:48 +0300 (EEST) Received: from msg-4.mailo.com (ip-15.mailobj.net [213.182.54.15]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AD6CF68B41F for ; Sun, 19 Jun 2022 14:49:42 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1655639382; bh=wYTJR2ff0iu3XIueNmXObex0GSNQih8E81VW05AHDoI=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=VIpQYAuhMcDwFQQpUhRB9QVW0XDcuTf459jo/WhbLWjdvymMZiI1l+OENb9xJ8W03 MewOUxL857gHzJ1L5gVwsss969l4c/Ca+3wx78mkcsWo5RbZ7UGCnKp3zDEGfQN7MK aJFfLEqAkj0Pntr4nfV6Yw3YX6VVPsj3yg7BxBoM= Received: by www-7.mailo.com with http webmail; Sun, 19 Jun 2022 13:49:42 +0200 (CEST) X-EA-Auth: nWf7nQNWFZ0GdhkQq6etEm1g10Jm20jOMOuBzf2sdrHrW1P4ifWYMbPeh2gjd9OM3NWDUvOKnLnHdfuVD25JrfujilNaE111 From: nil-admirari@mailo.com To: ffmpeg-devel@ffmpeg.org Date: Sun, 19 Jun 2022 13:49:42 +0200 (CEST) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA22.05/r20220614 Message-ID: In-Reply-To: <8bf7f1e7-933a-1ea9-bdee-f777624f22@martin.st> Subject: Re: [FFmpeg-devel] [PATCH v17 1/5] libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi() and getenv_utf8() 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: > Note that this should be #if HAVE_GETENV - these constants are always > defined and evaluate to 0 or 1. No need to resend the patchset just for > that. (I added an explicit #include "config.h" above here too, just to > make it clearer.) Fixed: https://ffmpeg.org/pipermail/ffmpeg-devel/2022-June/297804.html _______________________________________________ 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".