shithub: opusfile

Download patch

ref: d21532176bb4fb45f8cddb21093b16b50207602c
parent: 39c355ac011cf748cd83cfa26290d43f3e401d51
author: Ralph Giles <giles@thaumas.net>
date: Tue May 12 09:40:17 EDT 2020

mingw: Build for 32-bit targets.

We had a request for 64-bit Windows binaries at some point, but
win32 is more broadly compatible. Since everything's broken,
let's concentrate on that and add rules to generate a separate
opusfile-${version}-win64 package later.

--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -78,7 +78,7 @@
 	$(MAKE) -C $< install
 
 ssl_BUILD: $(ssl_DIR)
-	cd $< && ./Configure shared mingw64 no-asm \
+	cd $< && ./Configure shared mingw no-asm \
 	  --prefix=$(CURDIR) \
 	  --cross-compile-prefix=$(TOOL_PREFIX)-
 	$(MAKE) -C $< depend