Skip to content

Instantly share code, notes, and snippets.

@bezigon
bezigon / build-flac.sh
Last active April 12, 2017 23:59 — forked from m1entus/build-ffmpeg.sh
This is an attempt to create a script to build the FLAC library. Need help!
#!/bin/bash
###########################################################################
# Choose your flac version and your currently-installed iOS SDK version:
#
VERSION="1.2.1"
SDKVERSION="7.0"
#
#
###########################################################################