Skip to content

Instantly share code, notes, and snippets.

View SevenJustin's full-sized avatar
:electron:
Busy

SevenJustin SevenJustin

:electron:
Busy
View GitHub Profile
@m1entus
m1entus / build-ffmpeg.sh
Last active June 22, 2024 04:06
Installing ffmpeg ios libraries armv7, armv7s, i386
#!/bin/bash
###########################################################################
# Choose your ffmpeg version and your currently-installed iOS SDK version:
#
VERSION="2.0.2"
SDKVERSION="7.0"
ARCHS="armv7 armv7s i386"
#
#