shithub: aubio

Download patch

ref: c1347bee03f41701921f7c1bfc4d4db660b12fc0
parent: 9571000a18e3fa6dc30406a28fc4160f27faeff5
author: Paul Brossier <piem@piem.org>
date: Wed Dec 12 19:48:43 EST 2018

[ci] add flac to 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 libvorbis-dev
+    sudo apt-get -y install make sox pkg-config libavcodec-dev libavformat-dev libavresample-dev libavutil-dev libsndfile1-dev libsamplerate-dev libvorbis-dev libflac-dev
 
 pip-install: &pip-install
   name: Install pip dependencies