shithub: opusfile

Download patch

ref: fa43e4dae304320e224e67066d1cecf5bc345595
parent: f358633e54f58f5b9af186698db74250f04f5246
author: Ralph Giles <giles@mozilla.com>
date: Thu Dec 31 11:10:30 EST 2015

mingw: remove 'make check' steps.

This requires wine to run the windows executables, which is a
pretty heavy dependency. Better to do without for now.

--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -69,12 +69,10 @@
 # NOTE: 'make check' generally requires wine with cross-compiling.
 ogg_BUILD: $(ogg_DIR)
 	cd $< && ./configure --host=$(TOOL_PREFIX) --prefix=$(CURDIR)
-	$(MAKE) -C $< check
 	$(MAKE) -C $< install
 
 opus_BUILD: $(opus_DIR)
 	cd $< && ./configure --host=$(TOOL_PREFIX) --prefix=$(CURDIR)
-	$(MAKE) -C $< check
 	$(MAKE) -C $< install
 
 ssl_BUILD: $(ssl_DIR)