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 4698342419 for ; Sun, 15 May 2022 19:23:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 816D468B4D0; Sun, 15 May 2022 22:23:32 +0300 (EEST) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8E05A68B31C for ; Sun, 15 May 2022 22:23:25 +0300 (EEST) Received: by mail-pj1-f49.google.com with SMTP id o13-20020a17090a9f8d00b001df3fc52ea7so1472072pjp.3 for ; Sun, 15 May 2022 12:23:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:message-id:in-reply-to:references:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=hOpfFZwR87CXDpJGmsSRM+WQ1hBbziVOidJ5UiOpIlE=; b=L7v+WP0sxGxWr4jdk8ccFF/iKSf7bvb7t59bv2OTMlt5EZajKfZ1QDLftAQVHirGfj kzhQc1ASyt3SWm+kGIp4jjgP4PlQFkpGlwaZd0K2TC3W3ciccmorlZH4jF/LOTRvz8lX 2ZqAFSyRmIMZvl7ZV72UIFuXvuSx8C83qg7qQI52Euokm+L5+t6cd2e0b0BuvC63Zsc9 HVHY8byFzZyU9HhcMH91zAar3yZ2QxbPsw19v1J/VWqA2uXjNxQAmCt1QV0OSr44/tzB 3n+DYEpjqGraSDVB2M7XEdI7LhVdoVtU4yDost/srHgXPuKfaWJgLnKZr4wWt8rY+U5/ tMog== 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:in-reply-to:references:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=hOpfFZwR87CXDpJGmsSRM+WQ1hBbziVOidJ5UiOpIlE=; b=1uqwhHt7BZH1dXyfGGv3tos/kDndc1WkvEuXWQ7FodYj88RFQGQeDeZcJZOSA4chYx ZDz3SCumQMZJZVe2ex0hRl1HgQ6VF+WF+290HSwJYRgqixC/BXsOvYTcT3ni6XimO2ac AYAEsYNKqE3wmng+NLYsZxlzp14jBHDM78FylxPNHqZAeo69PgRju8YWhf7GPs2UpovJ DKAUNXoMZYOc3focdme2+WyCn7AKqLo7H1VbgJjjiU8A95UnrieHS/G49z+GPDUwHiYx YlnNx87q9EMhHERCeET6dUiGFoU/T0jpnJA2dQILOKUriT2k2pMyjf/IDWn2KXZ3Zu1a NURg== X-Gm-Message-State: AOAM531F/0A3NK8PzSxsZ/VJgm4Ysyyli3AgYwl9SJPYhu0qUtOR/5vy f1m+HE1IiZqBhC83xuZG9O7OZ5spdZaTGg== X-Google-Smtp-Source: ABdhPJzzAVgfqduGCX+2t/grNnsTyyKNZQcmQ1aOOvNAMChKhNVVOPRIm1YHRUoWSUUczdh12XPIoA== X-Received: by 2002:a17:90a:cf89:b0:1d7:7055:f49c with SMTP id i9-20020a17090acf8900b001d77055f49cmr16084880pju.12.1652642603926; Sun, 15 May 2022 12:23:23 -0700 (PDT) Received: from [127.0.0.1] (master.gitmailbox.com. [34.83.118.50]) by smtp.gmail.com with ESMTPSA id c7-20020a62f847000000b0050dc76281f7sm5266715pfm.209.2022.05.15.12.23.23 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 May 2022 12:23:23 -0700 (PDT) From: softworkz X-Google-Original-From: softworkz Message-Id: In-Reply-To: References: Date: Sun, 15 May 2022 19:23:22 +0000 Fcc: Sent MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH v3] fftools/opt_common: add includes of avf headers for clarity 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 , Andreas Rheinhardt 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 Signed-off-by: softworkz --- fftools/opt_common: add missing include of avf/version.h MSVC compiler complains without this include v2: also include avfilter.h as suggested v3: adjust commit message as suggested by Andreas Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-27%2Fsoftworkz%2Fsubmit_version_include-v3 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-27/softworkz/submit_version_include-v3 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/27 Range-diff vs v2: 1: f011be1049 ! 1: 50b3db3466 fftools/opt_common: add missing include of avf/version.h @@ Metadata Author: softworkz ## Commit message ## - fftools/opt_common: add missing include of avf/version.h - - required for PRINT_LIB_INFO(avfilter... + fftools/opt_common: add includes of avf headers for clarity Signed-off-by: softworkz fftools/opt_common.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fftools/opt_common.c b/fftools/opt_common.c index c303db4d09..55d86eeb19 100644 --- a/fftools/opt_common.c +++ b/fftools/opt_common.c @@ -51,6 +51,9 @@ #include "libavdevice/avdevice.h" #include "libavdevice/version.h" +#include "libavfilter/avfilter.h" +#include "libavfilter/version.h" + #include "libswscale/swscale.h" #include "libswscale/version.h" base-commit: b90341d1d5585b7181873ac4d85a7c373eb3b2ae -- 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".