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 1888342F08 for ; Fri, 13 May 2022 09:46:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 998B268B46B; Fri, 13 May 2022 12:46:46 +0300 (EEST) Received: from mail-pl1-f171.google.com (mail-pl1-f171.google.com [209.85.214.171]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9859C68B373 for ; Fri, 13 May 2022 12:46:39 +0300 (EEST) Received: by mail-pl1-f171.google.com with SMTP id n8so7455848plh.1 for ; Fri, 13 May 2022 02:46:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:message-id:date:subject:fcc:content-transfer-encoding :mime-version:to:cc; bh=hAYq/EBz4nQnB9jEO/J336gfQ0j8qLt7C9SChC14Yzw=; b=X3I3LPqn+BP0EBo530t75+EofnjkW7AkyN6/PwBUjeWOsRQ4cArxVnazOjqO+8B3cs Rni8+vLrRRzoaE++A2fwZusUtvPzizTpmV0TJK8ss7riFlm50aoLXIPDmatYhhVLatXD 7+cv1U3JoJGYDxux446cy07egdBNcv2Q1iwnwCkNorKrEIU3vS/2Blnwh+P2/ifkjq6M G8u1kdft/MxIr4RAkg7Wa7az/+sB9x4nlg823kNU231mTzfHxCQ4Zh+IeXKzi5vEBKo8 +UdGq51y6oZP8hbN6fByejUDI3NDeh9pmFuimTVGm7UBLS0iiUjmWCmxPi2ZMTuzEb2X JbXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:message-id:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=hAYq/EBz4nQnB9jEO/J336gfQ0j8qLt7C9SChC14Yzw=; b=Al9hOtuXwK7FvCo90NokO/YxKVMtf3Y2ptHh+5l/kRgxI+gW3QHxpfPKqYaP42a1Ey 3Kcn8YjsE7kSRIQ/rt3Cnvht39FKkIl03jdpL4xsfa2igh9Rs7Bdu7NZ6aWZukNpJ8D5 aRef+53vFOALnO8f5D290wmW89Abkgu47lQJabU9/MhWnMAq01kJA4Agu/BsiMF7ZrZi YkaJ8mqJUkotOPIkHE6yNJ7GZgHVPPkr5bfFhxhHpxVBAFOHPZ5aVtOl5KvrJ4uqD5SH h8oD2wICOU4FVyz2cRFhNUE6w7tE3ddklj4qmnTbGFKtV68voLt3kwgi+AePgk52iAF1 dGNg== X-Gm-Message-State: AOAM532sfPliAKbQwn8CSFOK1Ogoe9c9TC2HKUF5gzgMGPgPkURcj8nn 1stK5MSj6cMKTSdk+yziRKcnFE5e9qThwA== X-Google-Smtp-Source: ABdhPJxrhBqOrdYKG+0GH1P0pifCEeoPEJ6kTO1uC5CDr70dPZ6Q43/u5A829/iGjhBYpy14UnCL0Q== X-Received: by 2002:a17:903:185:b0:15e:8bfa:ed63 with SMTP id z5-20020a170903018500b0015e8bfaed63mr4122372plg.153.1652435197886; Fri, 13 May 2022 02:46:37 -0700 (PDT) Received: from [127.0.0.1] (master.gitmailbox.com. [34.83.118.50]) by smtp.gmail.com with ESMTPSA id r2-20020a170903020200b0015e8d4eb267sm1377351plh.177.2022.05.13.02.46.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 May 2022 02:46:37 -0700 (PDT) From: softworkz X-Google-Original-From: softworkz Message-Id: Date: Fri, 13 May 2022 09:46:36 +0000 Fcc: Sent MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH] fftools/opt_common: add missing include of avf/version.h 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 Cc: softworkz 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: From: softworkz required for PRINT_LIB_INFO(avfilter... Signed-off-by: softworkz --- fftools/opt_common: add missing include of avf/version.h MSVC compiler complains without this include Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-27%2Fsoftworkz%2Fsubmit_version_include-v1 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-27/softworkz/submit_version_include-v1 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/27 fftools/opt_common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fftools/opt_common.c b/fftools/opt_common.c index c303db4d09..5a5e35bd7f 100644 --- a/fftools/opt_common.c +++ b/fftools/opt_common.c @@ -51,6 +51,8 @@ #include "libavdevice/avdevice.h" #include "libavdevice/version.h" +#include "libavfilter/version.h" + #include "libswscale/swscale.h" #include "libswscale/version.h" base-commit: d2d8b9b972ba2df6b2a2ebe29f5307cbb7a69c33 -- ffmpeg-codebot _______________________________________________ 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".