diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2018-11-04 18:08:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:48:22 +0700 |
commit | 7b36326e13cd560877ba52d7de2d8f8f808c4904 (patch) | |
tree | 92694f147131e4dd44f97de12f9af62f7eb75586 /network | |
parent | 4d8b51b5473257be4a6f89316639e474b4375d2f (diff) |
network/spice-gtk: Really disable celt051 support.
Now opus is used by default
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/spice-gtk/spice-gtk.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild index f6300b86d9ff..6561b22050f6 100644 --- a/network/spice-gtk/spice-gtk.SlackBuild +++ b/network/spice-gtk/spice-gtk.SlackBuild @@ -98,7 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-gstvideo=yes \ --disable-maintainer-mode \ --enable-vala \ - --enable-celt051 \ + --disable-celt051 \ --enable-dbus=yes \ --${usbredir}able-usbredir \ --${cacard}able-smartcard \ |