From 9b3d4eff9124495ffd9b09e839c91c1e8cb4b03d Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 2 Aug 2014 13:20:18 +0200 Subject: mpd: optionally enable opus support Closes #31316. Signed-off-by: Jack Nagel --- Library/Formula/mpd.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb index 0860c23a9..9b8d09d6d 100644 --- a/Library/Formula/mpd.rb +++ b/Library/Formula/mpd.rb @@ -27,6 +27,7 @@ class Mpd < Formula option "with-flac", "Build with flac support (for Flac encoding when streaming)" option "with-vorbis", "Build with vorbis support (for Ogg encoding)" option "with-yajl", "Build with yajl support (for playing from soundcloud)" + option "with-opus", "Build with opus support (for Opus encoding and decoding)" if MacOS.version < :lion option "with-libwrap", "Build with libwrap (TCP Wrappers) support" @@ -57,6 +58,7 @@ class Mpd < Formula depends_on "libmms" => :optional # MMS input depends_on "libzzip" => :optional # Reading from within ZIPs depends_on "yajl" => :optional # JSON library for SoundCloud + depends_on "opus" => :optional # Opus support depends_on "libvorbis" if build.with? "vorbis" # Vorbis support -- cgit v1.2.3