aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-14 21:16:23 -0800
committerAdam Vandenberg2013-01-14 21:16:23 -0800
commitad6bed785bc12af9107bcea212b5066bd24c5e30 (patch)
treebca404d4d1d6b8ccf7c67cdcc4c96cd1ae2b35ee /Library/Formula/ffmpeg.rb
parent3defd78d46c9df474a9e61b2fa7d567d2ec1b3f5 (diff)
downloadhomebrew-ad6bed785bc12af9107bcea212b5066bd24c5e30.tar.bz2
ffmpeg: pass --enable-pthreads
Fixes #16654.
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index 59f8d7428..cb55e17f0 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -57,6 +57,7 @@ class Ffmpeg < Formula
def install
args = ["--prefix=#{prefix}",
"--enable-shared",
+ "--enable-pthreads",
"--enable-gpl",
"--enable-version3",
"--enable-nonfree",