Skip to content

Commit

Permalink
faac 1.29.9.2
Browse files Browse the repository at this point in the history
upstream added a backwards compatibility alias for allowMidside
  • Loading branch information
ilovezfs committed Nov 14, 2017
1 parent fe9620b commit ed17cc8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Formula/faac.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Faac < Formula
desc "ISO AAC audio encoder"
homepage "http://www.audiocoding.com/faac.html"
url "https://downloads.sourceforge.net/project/faac/faac-src/faac-1.29/faac-1.29.9.tar.gz"
sha256 "238cb4453b6fe4eebaffb326e40a63786a155e349955c4259925006fa1e2839e"
url "https://downloads.sourceforge.net/project/faac/faac-src/faac-1.29/faac-1.29.9.2.tar.gz"
sha256 "d45f209d837c49dae6deebcdd87b8cc3b04ea290880358faecf5e7737740c771"

bottle do
cellar :any
Expand All @@ -12,10 +12,6 @@ class Faac < Formula
end

def install
# Fix "error: initializer element is not a compile-time constant"
# Reported 2 Nov 2017 https://sourceforge.net/p/faac/bugs/228/
inreplace "libfaac/stereo.c", "sqrt(2)", "M_SQRT2"

system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
Expand Down

0 comments on commit ed17cc8

Please sign in to comment.