Skip to content

Instantly share code, notes, and snippets.

View phucnm's full-sized avatar
😬
eager to learn

Tony Nguyen phucnm

😬
eager to learn
  • Vancouver, BC, Canada
View GitHub Profile
@phucnm
phucnm / build-ffmpeg.sh
Created December 23, 2015 09:03 — forked from m1entus/build-ffmpeg.sh
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"
#
#