Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
: << '#__REM__'
ffmpegをiOS用にビルドします。ダウンロード、toolchainsの作成、複数のアーキテクチャのビルドまでを自動で行います。デフォルトでは2.2.3をi386 x86_64 armv7 armv7sのアーキテクチャを作成します。arm64にするとエラーする
Build for iOS and ffmpeg. Build a full auto of architecture and multiple creation of toolchains and downloads Create the following architecture, version 2.2.3 by default
i386 x86_64 armv7 armv7s
#__REM__
@gumob
gumob / thread-safe-libxml2-iOS
Created March 3, 2013 01:37
Compile thread safe libxml2 for iOS
#!/bin/bash
# Referenced from
# http://coin-c.tumblr.com/post/18063869172/thread-safe-xmllib2
# http://pastie.org/3429938
mkdir -p `pwd`/build
OUTDIR="./build"
IOS_BASE_SDK="5.0"