diff options
| author | Jack Nagel | 2012-11-01 13:37:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-11-01 13:37:30 -0500 |
| commit | 8dcd85901d9b094f828d2c45d28a3df6c7e6f959 (patch) | |
| tree | 1237510a4314e37f66c449968c884a1db9241fe2 | |
| parent | af3513b50f2f00641df073b2a0e3548729921cc0 (diff) | |
| download | homebrew-8dcd85901d9b094f828d2c45d28a3df6c7e6f959.tar.bz2 | |
ffmpeg: fix typos
Fixes #15800.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 3a242f33b..e93dae272 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -20,8 +20,8 @@ class Ffmpeg < Formula option "with-opencore-amr", "Enable AMR audio format" option "with-libvo-aacenc", "Enable VisualOn AAC encoder" option "with-libass", "Enable ASS/SSA subtitle format" - option "with-openjpeg", 'Enable JPEG 200 image format' - option 'with-shroedinger', 'Enable Dirac video format' + option "with-openjpeg", 'Enable JPEG 2000 image format' + option 'with-schroedinger', 'Enable Dirac video format' option 'with-ffplay', 'Enable FFPlay media player' option 'with-tools', 'Enable additional FFmpeg tools' |
