shithub: opusfile

Download patch

ref: 0e2055e4f246dbcd3fe19d7600452a6be5f4b1f2
parent: eb252537f374e30f7b68b84223c5a2303c05eca2
author: Ralph Giles <giles@thaumas.net>
date: Sat May 2 08:27:41 EDT 2020

mingw: Update docker base image to fedora 32.

This is the current release.

The gcc runtime dll filename has changed, so the package script
is also updated.

--- a/mingw/Dockerfile
+++ b/mingw/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:28
+FROM fedora:32
 MAINTAINER opus@xiph.org
 
 # Linux build.
--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -108,7 +108,7 @@
 	cp ../.libs/libopusurl.dll.a $@
 	cp bin/*.dll $@
 	cp ../examples/.libs/*.exe $@
-	cp /usr/i686-w64-mingw32/sys-root/mingw/bin/libgcc_s_sjlj-1.dll $@
+	cp /usr/i686-w64-mingw32/sys-root/mingw/bin/libgcc_s_dw2-1.dll $@
 	cp /usr/i686-w64-mingw32/sys-root/mingw/bin/libwinpthread-1.dll $@
 	i686-w64-mingw32-strip $@/*.exe
 	i686-w64-mingw32-strip $@/*.dll