ffmpeg: add --enable-avresample

This option was on by default in previous versions.

Fixes Homebrew/homebrew#17004.
Fixes Homebrew/homebrew#16348.
master
Adam Vandenberg 2013-01-13 11:05:50 -08:00
parent c960263f7f
commit 5eaa5f1ef5
1 changed files with 1 additions and 0 deletions

View File

@ -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}"