Skip to content

Commit

Permalink
libheifのversionを1.15.2に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii authored May 4, 2023
1 parent 6ec99bb commit 24e8688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
cd ${{ github.workspace }}
sudo apt remove libpng-dev
git clone https://github.com/strukturag/libheif.git -b v1.14.2 --depth 1
git clone https://github.com/strukturag/libheif.git -b v1.15.2 --depth 1
cd libheif
./autogen.sh
PKG_CONFIG_PATH=${HOME}/dec/lib/pkgconfig LDFLAGS="-std=gnu++11" ./configure --host=i686-w64-mingw32 --prefix=${HOME}/dec --target=i686-w64-mingw32 --enable-static --disable-shared --disable-gdk-pixbuf --disable-go --disable-examples
Expand Down

0 comments on commit 24e8688

Please sign in to comment.