From b4de2ac37f49ee7372c2a16d32245aa868fa7bb7 Mon Sep 17 00:00:00 2001 From: Sam Cao Date: Sun, 25 Aug 2024 06:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Fix=20zlib=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/macos_build.yml | 2 +- .github/workflows/windows_build.yml | 6 ++++-- docs/development.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 81b301e..f07ee36 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -82,7 +82,7 @@ jobs: - name: Build MediaInfoLib run: | cd .. - git clone https://github.com/MediaArea/MediaInfoLib.git + git clone https://github.com/caoccao/MediaInfoLib.git cd MediaInfoLib/Project/GNU/Library ./autogen.sh ./configure --enable-static diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index ef9e997..8a43105 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -56,7 +56,9 @@ jobs: move zlib-1.3.1 zlib del zlib.zip cd zlib - cmake -A x64 . + md build + cd build + cmake -A x64 ..\ cmake --build . --config Release - name: Download ZenLib @@ -67,7 +69,7 @@ jobs: - name: Build MediaInfoLib run: | cd .. - git clone https://github.com/MediaArea/MediaInfoLib.git + git clone https://github.com/caoccao/MediaInfoLib.git cd MediaInfoLib\Project\MSVC2022 msbuild MediaInfoLib.sln -t:rebuild -verbosity:diag -property:Configuration=Release diff --git a/docs/development.md b/docs/development.md index 03fbcd9..3a4abf6 100644 --- a/docs/development.md +++ b/docs/development.md @@ -6,7 +6,7 @@ ```sh git clone https://github.com/caoccao/BetterMediaInfo.git -git clone https://github.com/MediaArea/MediaInfoLib.git +git clone https://github.com/caoccao/MediaInfoLib.git git clone https://github.com/MediaArea/ZenLib.git ```