From dba485bc7ffa4ece96af305e2ec5f8d5d864ecb8 Mon Sep 17 00:00:00 2001 From: Zach Holman Date: Wed, 31 Oct 2012 16:06:01 -0700 Subject: mpd: enable ffmpeg support mpd out of the box doesn't do well with m4a files. Since Homebrew is used on OS X, and a lot of Mac users are bound to have lots of music purchased from iTunes, it makes sense to install mpd with all the dependencies necessary to play iTunes-purchased music. Closes #15788. Signed-off-by: Adam Vandenberg --- Library/Formula/mpd.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula/mpd.rb') diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb index edecd51ee..e267b4d1b 100644 --- a/Library/Formula/mpd.rb +++ b/Library/Formula/mpd.rb @@ -13,6 +13,7 @@ class Mpd < Formula depends_on 'pkg-config' => :build depends_on 'glib' depends_on 'libid3tag' + depends_on 'ffmpeg' depends_on 'flac' depends_on 'libshout' depends_on 'mad' @@ -31,6 +32,7 @@ class Mpd < Formula args = ["--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--enable-bzip2", + "--enable-ffmpeg", "--enable-flac", "--enable-shout", "--enable-fluidsynth", -- cgit v1.2.3