Add fftw to dependencies

This commit is contained in:
Jonas Kvinge
2019-04-18 18:28:37 +02:00
parent 27bafa8ab2
commit d920e27ab3
5 changed files with 5 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ before_install:
git pull;
brew update;
brew unlink python;
brew install glib pkgconfig libffi protobuf protobuf-c qt gettext gnutls;
brew install glib pkgconfig libffi protobuf protobuf-c qt gettext gnutls fftw;
brew install sqlite --with-fts;
brew install gstreamer gst-plugins-base;
brew install gst-plugins-good --with-flac;