diff options
| author | Adam Vandenberg | 2013-01-14 21:16:23 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-14 21:16:23 -0800 | 
| commit | ad6bed785bc12af9107bcea212b5066bd24c5e30 (patch) | |
| tree | bca404d4d1d6b8ccf7c67cdcc4c96cd1ae2b35ee /Library/Formula/ffmpeg.rb | |
| parent | 3defd78d46c9df474a9e61b2fa7d567d2ec1b3f5 (diff) | |
| download | homebrew-ad6bed785bc12af9107bcea212b5066bd24c5e30.tar.bz2 | |
ffmpeg: pass --enable-pthreads
Fixes #16654.
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 1 | 
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",  | 
