gst-plugins-good: prefer || over or

This commit is contained in:
Dominyk Tiller 2016-08-30 01:58:14 +01:00
parent 1be05af488
commit 2e5af0c84c
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -76,7 +76,7 @@ class GstPluginsGood < Formula
# https://bugzilla.gnome.org/show_bug.cgi?id=756918
# Also, it fails to build on macOS Sierra.
# https://bugzilla.gnome.org/show_bug.cgi?id=770526
if MacOS.version == :snow_leopard or MacOS.version == :sierra
if MacOS.version == :snow_leopard || MacOS.version == :sierra
args << "--disable-osx_video"
end