From bc15b205e0613b83480da0828465e3081d2cb7f7 Mon Sep 17 00:00:00 2001 From: Hampton Catlin Date: Wed, 4 Aug 2010 13:24:24 +0100 Subject: ffmpeg should compile to work with ogg if selected Signed-off-by: Adam Vandenberg --- Library/Formula/ffmpeg.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula/ffmpeg.rb') diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 595a67b0b..77bc26d60 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -15,6 +15,8 @@ class Ffmpeg :optional depends_on 'faad2' => :optional depends_on 'lame' => :optional + depends_on 'theora' => :optional + depends_on 'libogg' => :optional def install configure_flags = [ @@ -30,6 +32,8 @@ class Ffmpeg