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 3DB5440161 for ; Tue, 3 Jan 2023 18:34:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 413D068BD76; Tue, 3 Jan 2023 20:34:53 +0200 (EET) Received: from degawa.com (174-127-109-95.slc.westdc.net [174.127.109.95]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 733C368BD22 for ; Tue, 3 Jan 2023 20:34:46 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomderp.com; s=default; h=Content-Type:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=kCmnCKFwFdwQuBpbcBRPzJkgBAbU2alMiVEwF2f1UjQ=; b=t7S897IM/K2a2Y96/bQFk0R0xX cWTSBjV1TWGH/3b9AnECweV0MDryFLsZv+pCYLugMVGQRyU4PGXG7VpgZaqP0Xq7fIAfj0ZGH81fJ 7E99u7UiKnLb70PH19Cmw4mL+gl1mrpwLVvRnXZwsNDtyvEZqOwtqajE/xOdBSHJD/1b/+cvkPCth 0htFCPbZf4I7TlP2vDdW/RFu3BYXVtemCyQDLNnhCeQa5NMtp0kEpk82EGjfs9hesAyxldKfo1e4l 2hM+8HR/canMmihzorRXI2HMLzVYtOmqFKH6rUuY5B8a6w5L1xkZUVrczQPTm2VyE7gDIYnDW3SQj apsodaZQ==; Received: from mail-lj1-f170.google.com ([209.85.208.170]:33438) by slmp-550-1.slc.westdc.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1pCm7Z-00BRuW-3Z for ffmpeg-devel@ffmpeg.org; Tue, 03 Jan 2023 11:34:44 -0700 Received: by mail-lj1-f170.google.com with SMTP id e13so30283556ljn.0 for ; Tue, 03 Jan 2023 10:34:44 -0800 (PST) X-Gm-Message-State: AFqh2krLO92c6lacOVSOs9uhXquZbxIKX93Uxxc3iSsoHiRXLEVR2B75 RkqFDTG9nTpPHXwvf1lh8OLJEeErl2jYbO2aTkw= X-Google-Smtp-Source: AMrXdXsxTXXoGvOii5G8li2kbYfbjm9gKgUqBL7yrhc+eYmqhPwdObupDuBpm/+JLQj1ZvEvQs3K/AcyB/HfmVORrNs= X-Received: by 2002:a05:651c:982:b0:27f:d15d:f550 with SMTP id b2-20020a05651c098200b0027fd15df550mr1338613ljq.292.1672770883041; Tue, 03 Jan 2023 10:34:43 -0800 (PST) MIME-Version: 1.0 References: <20230102230128.972907-1-ccom@randomderp.com> In-Reply-To: From: Christopher Degawa Date: Tue, 3 Jan 2023 12:32:29 -0600 X-Gmail-Original-Message-ID: Message-ID: To: FFmpeg development discussions and patches X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - slmp-550-1.slc.westdc.net X-AntiAbuse: Original Domain - ffmpeg.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - randomderp.com X-Get-Message-Sender-Via: slmp-550-1.slc.westdc.net: authenticated_id: ccom/from_h X-Authenticated-Sender: slmp-550-1.slc.westdc.net: ccom@randomderp.com X-Source: X-Source-Args: X-Source-Dir: X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] get_cabac_inline_x86: Don't inline if 32-bit Windows 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 Mon, Jan 2, 2023 at 5:36 PM Hendrik Leppkes wrote: > On Tue, Jan 3, 2023 at 12:01 AM Christopher Degawa > wrote: > > > > I regularly build with 12.2 on win32 and its fine. > > In fact, there is a fate station for that: > > https://fate.ffmpeg.org/report.cgi?slot=x86_32-mingw-w64-dll-windows-native&time=20230102232810 > > So if you are seeing this issue, more details that trigger it will be > required, and maybe a more targeted fix. > > - Hendrik I can try to see if I can narrow down the configuration more, and try the one used in fate, but for now, I was reproducing it by using ../configure && make -j 12 As additional information for now, I'm using Target: i686-w64-mingw32 gcc version 12.2.0 (Rev7, Built by MSYS2 project) with no notable environment variables like CFLAGS etc. I did make sure to update my packages from msys2. Interestingly, when I ran "../configure --enable-gpl --enable-memory-poisoning --arch=x86 --cpu=i686 --enable-shared" there were no errors, but did confirm that with just "../configure && make libavcodec/h264_cabac.o" the error reappeared. CC libavcodec/h264_cabac.o In file included from C:/Users/cddeg/FFmpeg/libavcodec/cabac_functions.h:49, from C:/Users/cddeg/FFmpeg/libavcodec/h264_cabac.c:36: In function 'get_cabac_inline_x86', inlined from 'get_cabac' at C:/Users/cddeg/FFmpeg/libavcodec/cabac_functions.h:145:12, inlined from 'decode_cabac_mb_intra4x4_pred_mode' at C:/Users/cddeg/FFmpeg/libavcodec/h264_cabac.c:1377:9, inlined from 'ff_h264_decode_mb_cabac' at C:/Users/cddeg/FFmpeg/libavcodec/h264_cabac.c:2081:32: C:/Users/cddeg/FFmpeg/libavcodec/x86/cabac.h:199:5: error: 'asm' operand has impossible constraints 199 | __asm__ volatile( | ^~~~~~~ C:/Users/cddeg/FFmpeg/libavcodec/x86/cabac.h:199:5: error: 'asm' operand has impossible constraints C:/Users/cddeg/FFmpeg/libavcodec/x86/cabac.h:199:5: error: 'asm' operand has impossible constraints C:/Users/cddeg/FFmpeg/libavcodec/x86/cabac.h:199:5: error: 'asm' operand has impossible constraints make: *** [/c/Users/cddeg/FFmpeg/ffbuild/common.mak:81: libavcodec/h264_cabac.o] Error 1 I will try to see which flag in that configure line causes the issues to disappear _______________________________________________ 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".