diff options
| author | Adam Vandenberg | 2013-01-13 11:05:50 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-13 11:05:50 -0800 |
| commit | a5489dc1a087d882668e108776dfd9757eb9e897 (patch) | |
| tree | 7f9163a81dbfb3448cc7f43e98cb5e976793224e /Library/Formula | |
| parent | cdda429940a16b4bae0ab6cdf676e4f964c7f3c8 (diff) | |
| download | homebrew-a5489dc1a087d882668e108776dfd9757eb9e897.tar.bz2 | |
ffmpeg: add --enable-avresample
This option was on by default in previous versions.
Fixes #17004.
Fixes #16348.
Diffstat (limited to 'Library/Formula')
| -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 8b13e0454..59f8d7428 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -61,6 +61,7 @@ class Ffmpeg < Formula "--enable-version3", "--enable-nonfree", "--enable-hardcoded-tables", + "--enable-avresample", "--cc=#{ENV.cc}", "--host-cflags=#{ENV.cflags}", "--host-ldflags=#{ENV.ldflags}" |
