diff options
| author | Aleksey Lashin | 2012-10-07 02:37:13 +0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-14 13:07:02 -0700 | 
| commit | b9bd40d990f3193fe89b4ab4957e206de3ae6d10 (patch) | |
| tree | 80a2eea97aebffcee91d069055be41e2223f6953 | |
| parent | 10297fc16981dc9670877ca0477fac13589270ba (diff) | |
| download | homebrew-b9bd40d990f3193fe89b4ab4957e206de3ae6d10.tar.bz2 | |
sox: add optional opencore-amr dependency
opencore-amr is needed for converting mp3 to 8kHz wav for Asterisk
Closes #15334.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/sox.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sox.rb b/Library/Formula/sox.rb index 3f3adc100..d03c2f3e3 100644 --- a/Library/Formula/sox.rb +++ b/Library/Formula/sox.rb @@ -8,6 +8,7 @@ class Sox < Formula    depends_on 'pkg-config' => :build    depends_on :libpng    depends_on 'mad' +  depends_on 'opencore-amr' => :optional    depends_on 'libvorbis' => :optional    depends_on 'flac' => :optional    depends_on 'libsndfile' => :optional  | 
