Skip to content

Commit

Permalink
ffmpeg 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer committed Jul 9, 2019
1 parent ec894b8 commit 25ea527
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Ffmpeg < Formula
desc "Play, record, convert, and stream audio and video"
homepage "https://ffmpeg.org/"
url "https://ffmpeg.org/releases/ffmpeg-4.1.3.tar.xz"
version "4.1.3-with-options" # to distinguish from homebrew-core's ffmpeg
sha256 "0c3020452880581a8face91595b239198078645e7d7184273b8bcc7758beb63d"
url "https://ffmpeg.org/releases/ffmpeg-4.1.4.tar.xz"
version "4.1.4-with-options" # to distinguish from homebrew-core's ffmpeg
sha256 "f1f049a82fcfbf156564e73a3935d7e750891fab2abf302e735104fd4050a7e1"
head "https://github.com/FFmpeg/FFmpeg.git"

# This formula is for people that will compile with their chosen options
Expand Down Expand Up @@ -90,7 +90,6 @@ def install
args = %W[
--prefix=#{prefix}
--enable-shared
--enable-hardcoded-tables
--cc=#{ENV.cc}
--host-cflags=#{ENV.cflags}
--host-ldflags=#{ENV.ldflags}
Expand Down

0 comments on commit 25ea527

Please sign in to comment.