Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ffmpeg: pass --enable-pthreads
Browse files Browse the repository at this point in the history
Fixes #16654.
  • Loading branch information
adamv committed Jan 15, 2013
1 parent 3defd78 commit ad6bed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class Ffmpeg < Formula
def install
args = ["--prefix=#{prefix}",
"--enable-shared",
"--enable-pthreads",
"--enable-gpl",
"--enable-version3",
"--enable-nonfree",
Expand Down

0 comments on commit ad6bed7

Please sign in to comment.