Skip to content

Commit

Permalink
ffmpeg: enable OpenJPEG, Rubberband & Tesseract
Browse files Browse the repository at this point in the history
Closes #36665.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
  • Loading branch information
retokromer authored and mistydemeo committed Feb 4, 2019
1 parent cb3fda1 commit 3e99e5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Ffmpeg < Formula
homepage "https://ffmpeg.org/"
url "https://ffmpeg.org/releases/ffmpeg-4.1.tar.xz"
sha256 "a38ec4d026efb58506a99ad5cd23d5a9793b4bf415f2c4c2e9c1bb444acd1994"
revision 3
revision 4
head "https://github.com/FFmpeg/FFmpeg.git"

bottle do
Expand All @@ -26,11 +26,14 @@ class Ffmpeg < Formula
depends_on "libvorbis"
depends_on "libvpx"
depends_on "opencore-amr"
depends_on "openjpeg"
depends_on "opus"
depends_on "rtmpdump"
depends_on "rubberband"
depends_on "sdl2"
depends_on "snappy"
depends_on "speex"
depends_on "tesseract"
depends_on "theora"
depends_on "x264"
depends_on "x265"
Expand Down Expand Up @@ -67,6 +70,7 @@ def install
--enable-libass
--enable-libopencore-amrnb
--enable-libopencore-amrwb
--enable-libopenjpeg
--enable-librtmp
--enable-libspeex
--enable-videotoolbox
Expand Down

0 comments on commit 3e99e5d

Please sign in to comment.