Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
Opusfile
Commits
d36aab71
Unverified
Commit
d36aab71
authored
Aug 02, 2017
by
Ralph Giles
Browse files
mingw: Use an https url for downloading libogg.
downloads.xiph.org recently got https support.
parent
d45bd3bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
mingw/Makefile
View file @
d36aab71
...
...
@@ -5,7 +5,7 @@ TOOL_PREFIX ?= i686-w64-mingw32
# To build opusfile under mingw, we first need to build:
DEPS
=
ogg opus ssl
ogg_URL
:=
http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
ogg_URL
:=
http
s
://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
ogg_SHA
:=
3f687ccdd5ac8b52d76328fbbfebc70c459a40ea891dbf3dccb74a210826e79b
opus_URL
:=
https://archive.mozilla.org/pub/opus/opus-1.1.5.tar.gz
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment