Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Opusfile
Commits
c7589134
Unverified
Commit
c7589134
authored
Jun 06, 2017
by
Ralph Giles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mingw: Bump docker base image to fedora:25.
fedora:24 will be end-of-life soon.
parent
5d38a3db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mingw/Dockerfile
mingw/Dockerfile
+1
-1
mingw/Makefile
mingw/Makefile
+1
-1
No files found.
mingw/Dockerfile
View file @
c7589134
FROM
fedora:2
4
FROM
fedora:2
5
MAINTAINER
opus@xiph.org
MAINTAINER
opus@xiph.org
# Linux build.
# Linux build.
...
...
mingw/Makefile
View file @
c7589134
...
@@ -88,7 +88,7 @@ ssl_BUILD: $(ssl_DIR)
...
@@ -88,7 +88,7 @@ ssl_BUILD: $(ssl_DIR)
# CROSS_COMPILE="i686-w64-mingw32-" ./Configure mingw no-asm no-shared --prefix=$PWD/mingw && make depend && make -j8 && make install
# CROSS_COMPILE="i686-w64-mingw32-" ./Configure mingw no-asm no-shared --prefix=$PWD/mingw && make depend && make -j8 && make install
# Package the binaries.
# Package the binaries.
DIST
:=
opusfile-0.8-f2
4
docker-win32
DIST
:=
opusfile-0.8-f2
5
docker-win32
package
:
$(DIST).zip
package
:
$(DIST).zip
$(DIST).zip
:
$(DIST)
$(DIST).zip
:
$(DIST)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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