From 2f84e13ba7f3a8cfb24f00ff2b4b415996a3ef72 Mon Sep 17 00:00:00 2001 From: Christoph Sturm Date: Thu, 10 Sep 2009 02:06:52 +0200 Subject: FFmpeg formula (10.6 only) The formula is 10.6 only because it compiles 64 bit, if you are a Leopard user please patch! The MACOS_VERSION constant may be useful. FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. --- Library/Formula/ffmpeg.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/ffmpeg.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb new file mode 100644 index 000000000..f694a81a5 --- /dev/null +++ b/Library/Formula/ffmpeg.rb @@ -0,0 +1,14 @@ +require 'brewkit' + +class Ffmpeg