From fb6630508b8bc352f8d03c13eaf18d8b3aaeb520 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Mon, 20 Jul 2026 02:23:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20v0.0.3=20=E2=80=94=20add=20windows?= =?UTF-8?q?=20platform=20(import=20ffmpeg.av=20on=20linux+macOS+windows);?= =?UTF-8?q?=20compat.ffmpeg=203-platform=20(mcpp-index=20PR#94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcpp.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcpp.toml b/mcpp.toml index b2080b5..81f3b8d 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -1,10 +1,10 @@ [package] name = "ffmpeg" -version = "0.0.2" +version = "0.0.3" description = "FFmpeg C++ modules for mcpp (import ffmpeg.av;) on top of the compat.ffmpeg source build" license = "MIT" repo = "https://github.com/mcpplibs/ffmpeg-m" -platforms = ["linux", "macos"] +platforms = ["linux", "macos", "windows"] [targets.ffmpeg] kind = "lib" From 33969909df3a2276674e08e7c8810de7d474ef83 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Mon, 20 Jul 2026 02:29:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20bump=20mcpp=20pin=200.0.97=20?= =?UTF-8?q?=E2=86=92=200.0.100=20(new=20compat.ffmpeg=20uses=20include=5Fd?= =?UTF-8?q?irs=5Fafter)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index a5885cf..ea8d84f 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "xim:mcpp": "0.0.97" + "xim:mcpp": "0.0.100" } }