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 A95BB44E8A for ; Sun, 27 Nov 2022 17:51:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B22C668BC99; Sun, 27 Nov 2022 19:51:11 +0200 (EET) Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1090468BC6F for ; Sun, 27 Nov 2022 19:51:06 +0200 (EET) Received: by mail-lj1-f174.google.com with SMTP id n1so6051869ljg.3 for ; Sun, 27 Nov 2022 09:51:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=9aCHSTtQLiqRiN9jap4eipq47AVlKJ1y1Znzh3A///I=; b=YwnurddSiZHU6tOs/eV2OFrVncwxXmkLTEhdG3cgbuzFhU1QjJhQfCBTLwvn9u6k83 q9pU3OVG2w2NnYQkLaMJnjKcLaPKwe3DdaCaXIC56NAedzurcokXB4b5ZZ/jAOabdBSh QXHvTRSRlrr0eVC1A3QqZizcnFKY0xLil/c/hIE23EXK2S1MZEaAY+1s0CxCrY4Coxdt iNdBSNmxwVo7jg0wrMJ/n7tTZPSKNTsvHwQO3/7URGW34VICPSayih57snuCxBkqBROm jgSdppWuMCvQdbGhw6ObHCHxhI5O36ehtP1fv7xnk/p1rpWl1hG6T6yUa3eYxUOVvFDZ J1Ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=9aCHSTtQLiqRiN9jap4eipq47AVlKJ1y1Znzh3A///I=; b=JqVCue7JrG2w/ej1G8UdT3ReR8Qp+URWKG2OVvSKtU0zKzpUDLUELefWUl3jbtaI87 KsBWvTPSpp7ZzGOFo/8irgQeKbsjEkvGhYlweeS2T/afeGrdQDWdykMPHOUNDTqMn19W 1pCugr4G4t5T7Vw75ThHIRePOP1TqiQXxYKNveHiPgY4REJD8rjDZINP0m4TlgkV0kJy g/yymdB8C5JsN99AauivtmOpprXfpYIvwXyAnnr0UNwfi3F8ImVIuRpYAoZfo3aW2Ase ix4VdJkr9nCuSD1nsDeGZzkgtWxqJln15/AxonmJfBuoljwmsDO+7bApXw2TPcG2PVai 8sjA== X-Gm-Message-State: ANoB5pm4HsiiEG6UYMuK1ZjUHgD5rrbTrJCAp7XFFkNoEXyhLj6rKdhK gnlpAKImdKmB56CAGWET6pgOgg4ytxe+jsmPN+F4sr5y X-Google-Smtp-Source: AA0mqf5hCmRORW1JqqphA9y1euizkpV9mrB69VM1YCJ2WbdeSBq0S6Cz+AKSkT7NBxsZWmn1Gcy/Cseaq11JSoWRxks= X-Received: by 2002:a2e:9d4c:0:b0:278:ed26:6df6 with SMTP id y12-20020a2e9d4c000000b00278ed266df6mr16050138ljj.75.1669571464672; Sun, 27 Nov 2022 09:51:04 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Hendrik Leppkes Date: Sun, 27 Nov 2022 18:50:51 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v3 0/5] Fix FFmpeg compilation without DCE 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: > > And does running configure output VS project files, so that > you can compile inside VS (I think this existed at some > earlier time at least, but I was under the impression that > it's broken)..? > This was never a feature, and likely never will be. We have our own build system and its the only supported one. The compiler is the same regardless, the msvc compiler. - Hendrik _______________________________________________ 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".