shithub: aubio

Download patch

ref: 49ac58e07a32369db2951a15c019f03525e1925b
parent: 4c72a9c279bea1ecb020bc1f4a12d94817b586b3
author: Paul Brossier <piem@piem.org>
date: Thu Dec 20 15:08:16 EST 2018

[ci] set one of the travis config to use sndfile only

--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@
     - python: 3.4
       os: linux
       compiler: gcc
-      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"
+      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec"
     - python: 2.7
       os: linux
       compiler: gcc