Skip to content

Commit

Permalink
fix typo (homebrew-ffmpeg#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored May 17, 2023
1 parent 31783c6 commit f7f6dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def install
args << "--enable-libbs2b" if build.with? "libbs2b"
args << "--enable-libcaca" if build.with? "libcaca"
args << "--enable-libfdk-aac" if build.with? "fdk-aac"
args << "--enable-libflite" if built.with? "libflite"
args << "--enable-libflite" if build.with? "libflite"
args << "--enable-libgme" if build.with? "game-music-emu"
args << "--enable-libgsm" if build.with? "libgsm"
args << "--enable-libmodplug" if build.with? "libmodplug"
Expand Down

0 comments on commit f7f6dcd

Please sign in to comment.