shithub: opusfile

Download patch

ref: f24ad4cf0d44c40185c5f096d49cbfb0cc181a45
parent: 2adb7e061552b44cf1686302f776ee541ca2942a
author: Ralph Giles <giles@thaumas.net>
date: Wed May 13 14:11:11 EDT 2020

mingw: Update openssl dll filename.

This seems to have changed to be more like the unix build.
We'll probably need libcrypto-1_1.dll too, but I haven't
gotten to the link step yet. This fails because of api
changes between (no longer supported) 1.0.x versions
and the current stable 1.1.

--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -94,7 +94,7 @@
 	zip -r $@ $</*
 	@echo $@ ready to go.
 
-$(DIST): $(addprefix $(CURDIR)/bin/, libogg-0.dll libopus-0.dll ssleay32.dll) 
+$(DIST): $(addprefix $(CURDIR)/bin/, libogg-0.dll libopus-0.dll libssl-1_1.dll)
 	cd .. && make install
 	mkdir -p $(DIST)
 	cp ../AUTHORS ../COPYING ../README.md ../include/opusfile.h $@