Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
docker-images
Commits
e3dc5ae3
Commit
e3dc5ae3
authored
Apr 25, 2016
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winrt: Remove some unrequired autoreconf calls
Some Makefile.in have been regenerated upstream
parent
98033b8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
vlc-winrt/toolchain-i686/Dockerfile
vlc-winrt/toolchain-i686/Dockerfile
+0
-1
vlc-winrt/toolchain-x86_64/Dockerfile
vlc-winrt/toolchain-x86_64/Dockerfile
+0
-1
No files found.
vlc-winrt/toolchain-i686/Dockerfile
View file @
e3dc5ae3
...
...
@@ -48,7 +48,6 @@ RUN mkdir /build && cd /build && \
make
-j4
all-gcc
&&
\
make install-gcc
&&
\
cd
/build/mingw-w64/mingw-w64-crt
&&
\
autoreconf
-vif
&&
\
mkdir
build
&&
cd
build
&&
\
../configure
--prefix
=
$MINGW_PREFIX
\
--host
=
$TARGET_TUPLE
&&
\
...
...
vlc-winrt/toolchain-x86_64/Dockerfile
View file @
e3dc5ae3
...
...
@@ -52,7 +52,6 @@ RUN mkdir /build && cd /build && \
make
-j4
all-gcc
&&
\
make install-gcc
&&
\
cd
/build/mingw-w64/mingw-w64-crt
&&
\
autoreconf
-vif
&&
\
mkdir
build
&&
cd
build
&&
\
../configure
--prefix
=
$MINGW_PREFIX
\
--host
=
$TARGET_TUPLE
&&
\
...
...
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