add opus dependency (#726)

when compiling with opus, the following gstreamer plugins will be available (excerpt from `gst-inspect 1.0 | grep opus`):
opus:  opusdec: Opus audio decoder
opus:  opusenc: Opus audio encoder
This commit is contained in:
Mathias Burger 2016-04-30 22:00:33 +02:00 committed by Andrew Janke
parent 8691c41b99
commit b1ed594776

View file

@ -31,6 +31,7 @@ class GstPluginsBase < Formula
depends_on "pango" => :optional
depends_on "theora" => :optional
depends_on "libvorbis" => :optional
depends_on "opus" => :optional
def install
# gnome-vfs turned off due to lack of formula for it.