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 9EF4040401 for ; Wed, 23 Feb 2022 14:30:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 34E5C68B21E; Wed, 23 Feb 2022 16:30:03 +0200 (EET) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 71CAD68B23B for ; Wed, 23 Feb 2022 16:29:55 +0200 (EET) Received: by mail-wr1-f46.google.com with SMTP id s13so11413143wrb.6 for ; Wed, 23 Feb 2022 06:29:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=martin-st.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=wzr/7BF5Vh/EQkyHpjdQQi0d3wQRpVCNM2mknAYJXzU=; b=xW0KkqJ3CphD/qxP6bkW0Tplq72bsfKBXb2++oCdGSzDj8zg42Ty9jyFHhnOe2Y7vz RdZsTZr3AfuoNUIOOg9YftZtNBh7KzRsBVbD3mwSmhi0BGBvLgCWFR/uFMhV05VuRGq5 xC8brptUZ4b7Hr5gZ6HWgVsBFPAkwUvFsvWtoEp2rc4RrYoQ+DLzg0/HDaQa2JkeXzwG HbLLMlQsusgVMhFsK+c6MfCyIiDTwj34/I3Vl4hG/aCspkdzM/+/HzuDW4wgzOvQrZw/ BHIDhL8JEJWgVQs+i1kyd5aTTmkxasBr5y00h2fgNUaHx/oqHTODbirjH3CIpS89mxbt 4duw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wzr/7BF5Vh/EQkyHpjdQQi0d3wQRpVCNM2mknAYJXzU=; b=E0fbMASdiM28NRH76cFkm8+olgfSDVRbcZAXqCCkY1x4rHVhIOTaNsxKqo8Spz6sr3 21/pLSZlnu5LguIhFbaqRDHrFhrNVbu/Dc8pofn/hAQfv1BkDSsZQOZf+VciBSQbjKJU GIbeupcSQT1NrK6dwQlSJQl3NZEOEhqYAkVuGMF3qexbqxmxH0o2/pnlJHanChDvBUdk HVohEzSeuB7QXTMKXT+T0wI9dGh+7Jn7XlBZsq7bSNx6DGGJT6kmFVkRWzekHWAaRTro J+IE1TGdqYI6YKi2shoAhhOuXGyVOT0RkxZ9FIBjPg2efaau1NnmarBBJ7B5RPtvAKiv xZ1g== X-Gm-Message-State: AOAM530aTWOj84gJvx9fA9Ahpq3qkdaJVc3/LmGcSacQPuENxxiLekMr gZXPEL9wDmCsv73vwxj1iwPDXaJ58wBSkwLP X-Google-Smtp-Source: ABdhPJzl0Koz2VfsquvLU1d/nf2dHMuUj9E4paE5WwgzavTWNLyF5GN8FJuAFY3ZM9y2dJQtotxycw== X-Received: by 2002:a5d:4e83:0:b0:1ea:99dd:d335 with SMTP id e3-20020a5d4e83000000b001ea99ddd335mr5777569wru.16.1645626594887; Wed, 23 Feb 2022 06:29:54 -0800 (PST) Received: from localhost (host-97-187.parnet.fi. [77.234.97.187]) by smtp.gmail.com with ESMTPSA id g6-20020a05600c4ec600b0037bf934bca3sm6936807wmq.17.2022.02.23.06.29.54 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 23 Feb 2022 06:29:54 -0800 (PST) From: =?UTF-8?q?Martin=20Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Wed, 23 Feb 2022 16:29:40 +0200 Message-Id: <20220223142951.40366-3-martin@martin.st> X-Mailer: git-send-email 2.32.0 (Apple Git-132) In-Reply-To: <20220223142951.40366-1-martin@martin.st> References: <20220223142951.40366-1-martin@martin.st> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 02/13] libavcodec: Remove unnecessary includes of 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 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: These files probably have used defines like FF_API_* before, but no longer do that, and doesn't directly seem to use anything else from that header either. --- libavcodec/mediacodec.c | 1 - libavcodec/mediacodec_wrapper.c | 1 - libavcodec/x86/blockdsp_init.c | 1 - libavcodec/xvmc.h | 1 - 4 files changed, 4 deletions(-) diff --git a/libavcodec/mediacodec.c b/libavcodec/mediacodec.c index aa14624fd0..33bde8112e 100644 --- a/libavcodec/mediacodec.c +++ b/libavcodec/mediacodec.c @@ -35,7 +35,6 @@ #include "ffjni.h" #include "mediacodecdec_common.h" -#include "version.h" AVMediaCodecContext *av_mediacodec_alloc_context(void) { diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c index c829941d6b..8ffc58e1d8 100644 --- a/libavcodec/mediacodec_wrapper.c +++ b/libavcodec/mediacodec_wrapper.c @@ -28,7 +28,6 @@ #include "avcodec.h" #include "ffjni.h" -#include "version.h" #include "mediacodec_wrapper.h" struct JNIAMediaCodecListFields { diff --git a/libavcodec/x86/blockdsp_init.c b/libavcodec/x86/blockdsp_init.c index be3eef0021..44ac97407b 100644 --- a/libavcodec/x86/blockdsp_init.c +++ b/libavcodec/x86/blockdsp_init.c @@ -24,7 +24,6 @@ #include "libavutil/cpu.h" #include "libavutil/x86/cpu.h" #include "libavcodec/blockdsp.h" -#include "libavcodec/version.h" void ff_clear_block_mmx(int16_t *block); void ff_clear_block_sse(int16_t *block); diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 78ec4530c2..52e70c0d77 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -32,7 +32,6 @@ #include #include "libavutil/attributes.h" -#include "version.h" #include "avcodec.h" /** -- 2.32.0 (Apple Git-132) _______________________________________________ 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".