Update macOS to use tahoma2d forks of ffmpeg and opencv

This commit is contained in:
manongjohn 2021-03-21 21:03:47 -04:00
parent 4f0e4054c6
commit c23df3a117
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#!/bin/bash
cd thirdparty
echo ">>> Cloning aom"
@ -25,7 +26,7 @@ sudo make install
cd ../..
echo ">>> Cloning ffmpeg"
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
git clone https://github.com/tahoma2d/ffmpeg
cd ffmpeg
echo "*" >| .gitignore

View file

@ -1,7 +1,8 @@
#!/bin/bash
cd thirdparty
echo ">>> Cloning opencv"
git clone https://github.com/opencv/opencv.git
git clone https://github.com/tahoma2d/opencv
cd opencv
echo "*" >| .gitignore

View file

@ -9,12 +9,20 @@ cd apps
echo "*" >| .gitignore
echo ">>> Getting FFmpeg"
if [ -d ffmpeg ]
then
rm -rf ffmpeg
fi
wget https://github.com/tahoma2d/FFmpeg/releases/download/v4.3.1/ffmpeg-4.3.1-macos64-static-lgpl.zip
unzip ffmpeg-4.3.1-macos64-static-lgpl.zip
mv ffmpeg-4.3.1-macos64-static-lgpl ffmpeg
echo ">>> Getting Rhubarb Lip Sync"
if [ -d rhubarb ]
then
rm -rf rhubarb
fi
wget https://github.com/tahoma2d/rhubarb-lip-sync/releases/download/v1.10.2/rhubarb-lip-sync-tahoma2d-osx.zip
unzip rhubarb-lip-sync-tahoma2d-osx.zip -d rhubarb