Commit Graph

12 Commits (919fe94cfee6f6d522943caa73e9b2778b7e4211)

Author SHA1 Message Date
Hampton Catlin 7eec7b8686 ffmpeg should compile to work with ogg if selected
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-04 06:23:15 -07:00
Adam Vandenberg ec96bf2e8f ffmpeg - clear pinned revision on HEAD now that we build 0.6 stable 2010-07-13 07:54:47 -07:00
Martin Kühl 5387794450 Updated formula: ffmpeg 0.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13 07:51:29 -07:00
Adam Vandenberg 3458e88d45 Subversion now supports revisions on externals.
A formula using svn can now provide a spec:
    :revisions => {...revision numbers...}
that contains a mapping of revision numbers to use
for externals.

The name of the external is keyed to the revision to
use for that external.

The symbol :trunk should be used to specify the reivsion
of the main repo.

An example from the Ffmpeg formula:
    head 'svn://svn.ffmpeg.org/ffmpeg/trunk',
        :revisions => { :trunk => 22916, 'libswscale' => 31045 }

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 12:36:03 -07:00
Adam Vandenberg 479ed70503 Update ffmpeg for 32-bit compiles under gcc 4.2
Fixes issue Homebrew/homebrew#207.
2010-04-20 22:08:33 -07:00
Kyle Fuller 120f5ba11d Updated ffmpeg formula
* now supports, x264, faac, faad, lame optional dependencies.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Also silenced a warning on x86_64.
2010-04-03 21:26:07 -07:00
James Snyder 4f7cd737db Get ffmpeg & x264 building on Mac OS X 10.6.
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-22 13:20:33 +01:00
Max Howell 34919867ff Use a stable revision
This one built on 10.6, not tested on 10.5.
2009-12-02 10:38:41 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
David Conrad 0a9451aae2 ffmpeg configure script detects x86_64 correctly on 10.6 as of r20134 2009-10-09 00:47:02 +01:00
Christoph Sturm 655a5e35a2 Enable x264 features in ffmpeg
Add dependency on x264 package.

Only build 64 bit on SL, this probably fixes the build on leopard.
2009-09-30 01:24:31 +01:00
Christoph Sturm 8829204c1e 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.
2009-09-11 17:42:53 +01:00