summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-11-07 20:11:34 +1100
committerDamien Zammit <damien@zamaudio.com>2017-11-07 20:11:34 +1100
commit8686aced1d6bc27daccb7e56764c776e72060382 (patch)
treeb5add3b906db5d313d20ad5e3657b080af12c254
parentc6fac1a0314530a35aa41cbb70ce949884d112f7 (diff)
build: Use updated mingw64-x-fftw3 3.3.5
-rw-r--r--.travis.yml4
-rw-r--r--Dockerfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 37fdb93..7b4c8fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ before_install:
- sudo apt-get update -qq -y
- wget http://zamaudio.com/mbox2/apple-macports-fftw-3_3.3.5-1_all.deb
- wget http://zamaudio.com/mbox2/apple-macports-libsamplerate_0.1.9-1_all.deb
-- wget http://zamaudio.com/mbox2/mingw64-x-fftw-3_3.3.3-3_all.deb
+- wget http://zamaudio.com/mbox2/mingw64-x-fftw-3_3.3.5-1_all.deb
- wget http://zamaudio.com/mbox2/mingw64-x-libsamplerate_0.1.9-1_all.deb
- wget http://zamaudio.com/mbox2/mingw64-x-pthread_0.0.1-2_all.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-macports-liblo/apple-macports-liblo_0.26-1_all.deb
@@ -35,7 +35,7 @@ before_install:
- sudo apt-get install mingw64-x-pkgconfig -y
- sudo apt-get install mingw64-x-liblo -y
- sudo dpkg -i mingw64-x-pthread_0.0.1-2_all.deb
-- sudo dpkg -i mingw64-x-fftw-3_3.3.3-3_all.deb
+- sudo dpkg -i mingw64-x-fftw-3_3.3.5-1_all.deb
- sudo dpkg -i mingw64-x-libsamplerate_0.1.9-1_all.deb
- sudo apt-get install g++-4.8 -y
- sudo apt-get install binutils -y
diff --git a/Dockerfile b/Dockerfile
index 9450576..068fe7d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -73,8 +73,8 @@ RUN dpkg -i apple-macports-fftw-3_3.3.5-1_all.deb
RUN wget http://zamaudio.com/mbox2/mingw64-x-libsamplerate_0.1.9-1_all.deb
RUN dpkg -i mingw64-x-libsamplerate_0.1.9-1_all.deb
-RUN wget http://zamaudio.com/mbox2/mingw64-x-fftw-3_3.3.3-3_all.deb
-RUN dpkg -i mingw64-x-fftw-3_3.3.3-3_all.deb
+RUN wget http://zamaudio.com/mbox2/mingw64-x-fftw-3_3.3.5-1_all.deb
+RUN dpkg -i mingw64-x-fftw-3_3.3.5-1_all.deb
RUN wget http://zamaudio.com/mbox2/mingw64-x-pthread_0.0.1-2_all.deb
RUN dpkg -i mingw64-x-pthread_0.0.1-2_all.deb