diff options
| author | Jack Nagel | 2012-11-01 13:48:34 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-11-01 13:48:38 -0500 |
| commit | f74ee600927e8d73a7600a63ad68452812f51777 (patch) | |
| tree | 60c18cc050d3dd1c12c491b87582480be9b2e4c1 /Library/Formula/ffmpeg.rb | |
| parent | 8dcd85901d9b094f828d2c45d28a3df6c7e6f959 (diff) | |
| download | homebrew-f74ee600927e8d73a7600a63ad68452812f51777.tar.bz2 | |
ffmpeg: fix more typos
c.f. #15800.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index e93dae272..cd3613e66 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -47,7 +47,7 @@ class Ffmpeg < Formula depends_on 'openjpeg' if build.include? 'with-openjpeg' depends_on 'sdl' if build.include? 'with-ffplay' depends_on 'speex' if build.include? 'with-speex' - depends_on 'shroedinger' if build.include? 'with-shroedinger' + depends_on 'schroedinger' if build.include? 'with-schroedinger' def install args = ["--prefix=#{prefix}", |
