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 3B95840E46 for ; Fri, 11 Mar 2022 12:19:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 38A8068B249; Fri, 11 Mar 2022 14:18:47 +0200 (EET) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 48F6B68B1F4 for ; Fri, 11 Mar 2022 14:18:38 +0200 (EET) Received: by mail-lf1-f46.google.com with SMTP id b28so3052094lfc.4 for ; Fri, 11 Mar 2022 04:18:38 -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=dzXjlFE7DASxGbm9n+hmA9UPDkKjiGkq5feiMIfx+XE=; b=bn5AvgYSy/myev0AJnR9GXZv+NNThY2Y+v+qaY5n9qvE78Mo7xa1jiS+lQXKAoLRcF MW+JKjJtXBQTGQxT8DMliJpsdMKQ2aIJvtM2GMGQsDL3CGzKTRAG+Kc1l9RQShDP3S+1 eihUg41wYqRdlFQKQ/5EyUmhcGMDdKFdL8wdAtKXuWJ6bszbxwR77BCFNjBiffAtZSHB G5axYb4+SwfoVvJia5OOf6vnkgI4mbTdp5E+bajVHBMhBrdHGe2IbncFCqGEVxMERceb gQOwH5RsYh9+irCodvnYAp17V6Utc9MM40mKymhMbdoDyOiufWBUIDiaJ8yE7oIND8Ig LGnQ== 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=dzXjlFE7DASxGbm9n+hmA9UPDkKjiGkq5feiMIfx+XE=; b=np1lbUi00Ht5tZXbeV7tip9MqVQ1g4TEye2KFiuofnkoImbperPdP/k4N37kbydDGu Uy+UqtSqXpIk4rygcw+Th7fNtWBAj32a43XbPlHvyNb09y0ElPiKGOt3ZBKKHcHmcFqg /GWwJv45BA2co0rKsTNolUQJvm69uqtVZmrWeLlWKwieImlxZV+gSf1w1xGsk5xAt3r+ qp7PBLiGR1xmaYYi1P455NZlUvx8WTZHd6RcrVLDiZCoWH2hjYhx0bc+2sl4ld1pSp/S q4WO1R8wu0FPSGXX86pI9z/+GTBFyVVGSX7YGQbuuU7vzELdb/Sx6ZL0Kx74IFZT/4td lOqg== X-Gm-Message-State: AOAM531Z03SQ0QP4deDXDCIaUkibk1YpUv5j291N7ktlmhKqY5etReON Q9wUvjZlLHTybmKH3UmX+QjGKBQt4PxYfZWl X-Google-Smtp-Source: ABdhPJwW9WcHxAhSVzUqdOTItadoHyt9lDNDTizeceDbdrNNtNiK36nh5wMZAV7Uh5qswIJWzRjScQ== X-Received: by 2002:ac2:42c3:0:b0:448:2d33:f8d9 with SMTP id n3-20020ac242c3000000b004482d33f8d9mr5953626lfl.194.1647001117667; Fri, 11 Mar 2022 04:18:37 -0800 (PST) Received: from localhost (dsl-tkubng21-58c01c-243.dhcp.inet.fi. [88.192.28.243]) by smtp.gmail.com with ESMTPSA id f9-20020a2e3809000000b002491885098dsm601103lja.74.2022.03.11.04.18.37 for (version=TLS1 cipher=AES128-SHA bits=128/128); Fri, 11 Mar 2022 04:18:37 -0800 (PST) From: =?UTF-8?q?Martin=20Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Fri, 11 Mar 2022 14:18:29 +0200 Message-Id: <20220311121830.5653-8-martin@martin.st> X-Mailer: git-send-email 2.32.0 (Apple Git-132) In-Reply-To: <20220311121830.5653-1-martin@martin.st> References: <20220311121830.5653-1-martin@martin.st> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 8/9] doc: Add an entry to APIchanges about no longer implicitly including 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: --- doc/APIchanges | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index ccc4f24b28..365a9747c9 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,12 @@ libavutil: 2021-04-27 API changes, most recent first: +2022-*-* - xxxxxxxxxx - all libraries + No longer implicitly include lib/version.h in lib/.h. + Users who depend on defines from these files (LIB_VERSION*, + LIB_IDENT) must explicitly include these headers instead of + relying on them being included implicitly. + 2022-03-10 - xxxxxxxxxx - lavu 57.23.100 - cpu.h Add AV_CPU_FLAG_AVX512ICL. -- 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".