diff options
Diffstat (limited to 'Library')
| -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}", |
