vorbis-tools: build ogg123 w/libao
vorbis-tools needs libao to create ogg123, a command line binary. Add a `depends_on 'libao'` and one for `flac` also, because flac is often found in an ogg container like webm. Ogg123 will also be used in solfege. Tested by playing some files. Closes Homebrew/homebrew#14134. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
96c0fa4b19
commit
a40fc07bc7
1 changed files with 2 additions and 3 deletions
|
@ -7,9 +7,8 @@ class VorbisTools < Formula
|
|||
|
||||
depends_on 'libogg'
|
||||
depends_on 'libvorbis'
|
||||
|
||||
# ao and ogg123 are optional deps
|
||||
# Not sure why we don't just require them. - Adam V.
|
||||
depends_on 'libao'
|
||||
depends_on 'flac'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue