Skip to content

Instantly share code, notes, and snippets.

View turboladen's full-sized avatar
🌮

Steve Loveless turboladen

🌮
View GitHub Profile
@turboladen
turboladen / libav.rb
Last active December 17, 2015 08:28 — forked from jamiehodge/libav.rb
require 'formula'
class Libav < Formula
homepage 'http://libav.org/'
url 'http://libav.org/releases/libav-9.6.tar.xz'
sha1 '7c66e9776e83b13910eae960d63b7b86ad229dfe'
head 'git://git.libav.org/libav.git'
option "without-x264", "Disable H264 encoder"