mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Update libvpx revision.
This commit is contained in:
@@ -211,7 +211,7 @@ FROM builder AS libvpx
|
||||
RUN git init libvpx \
|
||||
&& cd libvpx \
|
||||
&& git remote add origin {{ GIT }}/webmproject/libvpx.git \
|
||||
&& git fetch --depth=1 origin e1c124f8965f166d3e9ca26c9215ebc3ec3a1d72 \
|
||||
&& git fetch --depth=1 origin 51057f4ba894e13f9bba278905bacf6aaaecd992 \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& CFLAGS="$CFLAGS -fno-lto" CXXFLAGS="$CXXFLAGS -fno-lto" ./configure \
|
||||
--disable-examples \
|
||||
|
||||
@@ -837,7 +837,7 @@ stage('libvpx', """
|
||||
git clone https://github.com/webmproject/libvpx.git
|
||||
depends:patches/libvpx/*.patch
|
||||
cd libvpx
|
||||
git checkout e1c124f89
|
||||
git checkout 51057f4ba8
|
||||
win:
|
||||
for /r %%i in (..\\patches\\libvpx\\*) do git apply %%i
|
||||
|
||||
|
||||
Reference in New Issue
Block a user