Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
docker-images
Merge requests
!149
vlc-winrt-i686: build winpthreads
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
vlc-winrt-i686: build winpthreads
robUx4/docker-images:winrt-i686-pthread
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
1 unresolved thread
Hide all comments
Closed
Steve Lhomme
requested to merge
robUx4/docker-images:winrt-i686-pthread
into
master
2 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ae6da4f2
1 commit,
2 years ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
vlc-winrt-i686/Dockerfile
+
6
−
0
Options
@@ -95,6 +95,12 @@ RUN set -x && \
../configure
--prefix
=
$MINGW_PREFIX
\
--host
=
$TARGET_TUPLE
&&
\
make
-j4
&&
make
install
&&
\
cd
/build/mingw-w64/mingw-w64-libraries/winpthreads
&&
\
autoreconf
-vif
&&
\
mkdir
build
&&
cd
build
&&
\
../configure
--prefix
=
$MINGW_PREFIX
\
--host
=
$TARGET_TUPLE
&&
\
make
-j4
&&
make
install
&&
\
cd
/build/mingw-w64/mingw-w64-tools/widl
&&
\
mkdir
build
&&
cd
build
&&
\
../configure
--prefix
=
$TOOLCHAIN_PREFIX
--target
=
$TARGET_TUPLE
&&
\
Loading