diff options
| author | Eugene San (eugenesan) | 2014-06-04 08:57:34 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2014-06-04 07:31:43 -0700 |
| commit | 35fddd2552da30dec8e2f5f74c4acfcb27b552af (patch) | |
| tree | 31db178b37e8759d90ad9faa4e73559de33d1fe6 | |
| parent | b09e824fbbd51afae4fa51a30ab12742214824ad (diff) | |
| download | homebrew-35fddd2552da30dec8e2f5f74c4acfcb27b552af.tar.bz2 | |
ffmpeg: fix opencore-amr option
| -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 6268d8fe0..a27b50c3f 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -20,6 +20,7 @@ class Ffmpeg < Formula option "with-rtmpdump", "Enable RTMP protocol" option "with-libvo-aacenc", "Enable VisualOn AAC encoder" option "with-libass", "Enable ASS/SSA subtitle format" + option 'with-opencore-amr', 'Enable Opencore AMR NR/WB audio format' option "with-openjpeg", 'Enable JPEG 2000 image format' option 'with-openssl', 'Enable SSL support' option 'with-schroedinger', 'Enable Dirac video format' |
