aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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",