shithub: opusfile

Download patch

ref: c38aa7877740eaab7afe6e401c46100d9603f847
parent: 0f4622e9a8d2f3164149986a1d5cbbb60dd4de3e
author: Ralph Giles <giles@mozilla.com>
date: Fri Nov 4 10:50:40 EDT 2016

mingw: Base docker container on Fedora 24.

--- a/mingw/Dockerfile
+++ b/mingw/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:23
+FROM fedora:24
 MAINTAINER opus@xiph.org
 
 # Linux build.
--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -88,7 +88,7 @@
 # CROSS_COMPILE="i686-w64-mingw32-" ./Configure mingw no-asm no-shared --prefix=$PWD/mingw && make depend && make -j8 && make install
 
 # Package the binaries.
-DIST := opusfile-0.7rc-f22docker-win32
+DIST := opusfile-0.8-f24docker-win32
 package: $(DIST).zip
 
 $(DIST).zip: $(DIST)