Skip to content

Instantly share code, notes, and snippets.

View Killua99x's full-sized avatar
🏠
Working from Mac

Pietro Giuseppe D'Amico Killua99x

🏠
Working from Mac
  • Italy
View GitHub Profile
@Killua99x
Killua99x / build-mpv_silicon.sh
Created August 5, 2023 21:11 — forked from dbrookman/build-mpv_silicon.sh
How to build mpv & mpv.app on an Apple silicon (M1 / M2) Mac
#!/usr/bin/env bash
# builds mpv & mpv.app on Apple silicon (M1 / M2) 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