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 D1E5C42141 for ; Wed, 23 Feb 2022 14:30:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 342EC68B238; Wed, 23 Feb 2022 16:30:00 +0200 (EET) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 443EE68B1D1 for ; Wed, 23 Feb 2022 16:29:54 +0200 (EET) Received: by mail-wr1-f49.google.com with SMTP id p9so39927308wra.12 for ; Wed, 23 Feb 2022 06:29:54 -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=Rw7NUkB3yxqx264g+TeFxcM/4LiUWNPd0fqkYxUi+0o=; b=tJPrUKUBcBfBPUWJejJX3aB23za6dCMn7nln5N8mWWemciHUFv6ODRe4kNPt/LXHd+ evD0mxQ8WjVKwSnKXviJQSajAyOINN83qJgQ5Wh4OOdUrHggsRwP2F/vcZekAtMMqdDS FQJTIUaKPYwfJDTzxuDJuI3PIehwZv+7JXXNtwm8yuphM9DIK9kopgLMURgXuZBPsGhG V7f8ov2O0adfR7JWO5/r2RnwscncX5CTJTCAF1O7VQKoXvUMQE6r2kUsLem9WHFc4cDI RH11AtNWJGwsTCkPnMiOeXZfQjslEyvr8rzI1AaWTBMIusBl4dBLeBXhfQph6AW0WZUB +42g== 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=Rw7NUkB3yxqx264g+TeFxcM/4LiUWNPd0fqkYxUi+0o=; b=0gzIiAwc/0WGn+5BQosvHwjeAg/FpnC/10fW2cIeXc28SKCrkbzfB3jkulLyDIxG+m yRlp/kgfzDW8mtxMYRHZeac5WPAEi3UtpplU91WVbTbMDGwQH0p+kd0/dHN/5oodFd0f Urk///9nP6SWj8OBSKaMS9x46ckWNKtn7VjT3F9l92Xv1Msqke1YJ8Kxw3XmgmwTKBep rOaSPprI6MvpvbP3I6sJKG0g7pw2NEhfWc3vvjS50yS761iyMmXnv+fnF5fBTi9wOh4l /wsqiCfle+bKFuTPoDIcmPQ/wsNohM746UMARdG/eRHOn998kAqOSp5PmWgpetRLTjVa 5vag== X-Gm-Message-State: AOAM533BbGzUOPyIayWPLGEzvuuXsfVf8lvwiBgrOITBl09PQpYqsIXx 0si7pL3GNjmrER05ugCHnXeristGi4IeYImJ X-Google-Smtp-Source: ABdhPJyiTb3FbTkmqM6J8pxGbIVbCY+kM8pCmuH87DL+zAgB9a7eIRt57MBsDeu5QkGtwZb5KkBbRA== X-Received: by 2002:a05:6000:1564:b0:1ea:80d6:1bb1 with SMTP id 4-20020a056000156400b001ea80d61bb1mr7181772wrz.533.1645626593717; Wed, 23 Feb 2022 06:29:53 -0800 (PST) Received: from localhost (host-97-187.parnet.fi. [77.234.97.187]) by smtp.gmail.com with ESMTPSA id bg20-20020a05600c3c9400b0037fa5c422c8sm6282651wmb.48.2022.02.23.06.29.53 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 23 Feb 2022 06:29:53 -0800 (PST) From: =?UTF-8?q?Martin=20Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Wed, 23 Feb 2022 16:29:39 +0200 Message-Id: <20220223142951.40366-2-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 01/13] libavutil: Remove leftover uses 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 headers 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. --- libavutil/common.h | 1 - libavutil/internal.h | 1 - 2 files changed, 2 deletions(-) diff --git a/libavutil/common.h b/libavutil/common.h index 3eb9bc5f74..fd1404be6c 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -41,7 +41,6 @@ #include "attributes.h" #include "macros.h" -#include "version.h" //rounded division & shift #define RSHIFT(a,b) ((a) > 0 ? ((a) + ((1<<(b))>>1))>>(b) : ((a) + ((1<<(b))>>1)-1)>>(b)) diff --git a/libavutil/internal.h b/libavutil/internal.h index 0a7f1c6257..79c2130be0 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -43,7 +43,6 @@ #include "dict.h" #include "macros.h" #include "pixfmt.h" -#include "version.h" #if ARCH_X86 # include "x86/emms.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".