Skip to content

Commit

Permalink
Ext: Update libyuv to fix macOS build error
Browse files Browse the repository at this point in the history
Also only clone a single-branch for quicker and smaller clone
  • Loading branch information
EwoutH authored Apr 14, 2021
1 parent fbd2195 commit 98fb2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/libyuv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
: # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir):
: # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"

git clone https://chromium.googlesource.com/libyuv/libyuv
git clone --single-branch https://chromium.googlesource.com/libyuv/libyuv

cd libyuv
git checkout 2525698
git checkout 2871589

mkdir build
cd build
Expand Down

0 comments on commit 98fb2a1

Please sign in to comment.