shithub: aubio

Download patch

ref: 78a706e9b3ace7194a0abc8fe8612e87f4aa3573
parent: 7e9301344cd7e4a21e332e57cebbeeaa45bdd333
author: Paul Brossier <piem@piem.org>
date: Wed Dec 12 18:07:56 EST 2018

[ci] install vorbis on circleci

--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,7 @@
   name: Install apt packages
   command: |
     sudo apt-get update
-    sudo apt-get -y install make sox pkg-config libavcodec-dev libavformat-dev libavresample-dev libavutil-dev libsndfile1-dev libsamplerate-dev
+    sudo apt-get -y install make sox pkg-config libavcodec-dev libavformat-dev libavresample-dev libavutil-dev libsndfile1-dev libsamplerate-dev libvorbis-dev
 
 pip-install: &pip-install
   name: Install pip dependencies