Skip to content

Commit

Permalink
Fix mac build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagami committed Oct 11, 2017
1 parent 72ff6d8 commit 64200bf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/make-mac64-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ mkdir dist
# TODO(Kagami): Edit formulae for fribidi[-glib,-pcre], freetype[-png].
# Need libvpx-HEAD for:
# - <https://groups.google.com/a/webmproject.org/forum/#!topic/codec-devel/oiHjgEdii2U>
# Need ffmpeg-HEAD for:
# - <https://github.com/FFmpeg/FFmpeg/commit/70ebc05>
# - <https://github.com/FFmpeg/FFmpeg/commit/20e8be0>
# - <https://github.com/FFmpeg/FFmpeg/commit/734d760>
brew install libass --build-from-source --without-harfbuzz
brew install libvpx --HEAD
brew install ffmpeg --HEAD --without-lame --without-xvid --with-libvpx --with-libvorbis --with-opus --with-libass
brew install libvpx --HEAD --with-highbitdepth
brew install ffmpeg --without-lame --without-xvid --with-libvpx --with-libvorbis --with-opus --with-libass
brew install mpv --without-jpeg --without-little-cms2 --without-lua --without-youtube-dl

DEPS="
Expand Down

0 comments on commit 64200bf

Please sign in to comment.