Update libvpx to 1.14.1.

This commit is contained in:
John Preston 2024-06-06 21:13:53 +04:00
parent aafa8631e0
commit 86a048a021
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ FROM builder AS libvpx
RUN git init libvpx \
&& cd libvpx \
&& git remote add origin {{ GIT }}/webmproject/libvpx.git \
&& git fetch --depth=1 origin 51057f4ba894e13f9bba278905bacf6aaaecd992 \
&& git fetch --depth=1 origin 12f3a2ac603e8f10742105519e0cd03c3b8f71dd \
&& git reset --hard FETCH_HEAD \
&& CFLAGS="$CFLAGS -fno-lto" CXXFLAGS="$CXXFLAGS -fno-lto" ./configure \
--disable-examples \

View File

@ -983,7 +983,7 @@ stage('libvpx', """
git clone https://github.com/webmproject/libvpx.git
depends:patches/libvpx/*.patch
cd libvpx
git checkout 51057f4ba8
git checkout v1.14.1
win:
for /r %%i in (..\\patches\\libvpx\\*) do git apply %%i