aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-13 11:05:50 -0800
committerAdam Vandenberg2013-01-13 11:05:50 -0800
commita5489dc1a087d882668e108776dfd9757eb9e897 (patch)
tree7f9163a81dbfb3448cc7f43e98cb5e976793224e /Library
parentcdda429940a16b4bae0ab6cdf676e4f964c7f3c8 (diff)
downloadhomebrew-a5489dc1a087d882668e108776dfd9757eb9e897.tar.bz2
ffmpeg: add --enable-avresample
This option was on by default in previous versions. Fixes #17004. Fixes #16348.
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 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}"