Skip to content

Instantly share code, notes, and snippets.

View wjstone's full-sized avatar

Will Stone wjstone

  • Mississippi
View GitHub Profile
@wjstone
wjstone / build-mpv_silicon.sh
Created May 1, 2024 17:37 — forked from dbrookman/build-mpv_silicon.sh
How to build mpv & mpv.app on an Apple silicon Mac
#!/usr/bin/env bash
# Builds mpv & mpv.app on Apple silicon Macs.
# Run this script from the root directory of the mpv repo.
# if anything fails, gtfo
set -ex
meson setup build
meson compile -C build