diff options
| author | Bruno R. Barreyra | 2013-12-09 10:52:35 -0800 | 
|---|---|---|
| committer | Jack Nagel | 2013-12-10 23:30:02 -0600 | 
| commit | d48071d4c1fa7e5e3a6a773353a4724f080c8df9 (patch) | |
| tree | 01e4abc91fdbd7367fe7e48a78119f7cf54d6697 /Library | |
| parent | 63a9ed6f15c1c4c114ba24353c3f8d588b719dab (diff) | |
| download | homebrew-d48071d4c1fa7e5e3a6a773353a4724f080c8df9.tar.bz2 | |
ffmpeg: adding libbluray support
Closes #25086.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index ec40925e5..71fa8a82e 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -54,6 +54,7 @@ class Ffmpeg < Formula    depends_on 'fdk-aac' => :optional    depends_on 'opus' => :optional    depends_on 'frei0r' => :optional +  depends_on 'libbluray' => :optional if build.devel?    depends_on 'libcaca' => :optional    depends_on 'libquvi' => :optional if build.devel?  | 
