Skip to content

Commit

Permalink
libde265のversionをv1.0.12に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii authored Jul 6, 2023
1 parent 608537c commit 29aba1e
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 @@ -46,7 +46,7 @@ jobs:
- name: Install libde265
run: |
cd ${{ github.workspace }}
git clone https://github.com/strukturag/libde265.git -b v1.0.11 --depth 1
git clone https://github.com/strukturag/libde265.git -b v1.0.12 --depth 1
cd libde265
sed -e 's/ -static-libstdc++//g' ./dec265/Makefile.am > ./Mf.am
mv -f ./Mf.am ./dec265/Makefile.am
Expand Down

0 comments on commit 29aba1e

Please sign in to comment.