Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
dd6e2ed0
Commit
dd6e2ed0
authored
Dec 03, 2005
by
hartman
Browse files
Fix contribs in case we do NOT cross compile
parent
cf1ebbfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
dd6e2ed0
...
...
@@ -65,6 +65,11 @@ ifneq ($(AR),)
HOSTCC
+=
AR
=
"
$(AR)
"
endif
# Define ranlib on non-cross compilation setups
ifeq
($(RANLIB),)
RANLIB
=
ranlib
endif
# For libebml/libmatroska. Grrr.
ifneq
($(AR),)
HOSTCC2
=
$(HOSTCC)
AR
=
"
$(AR)
rcvu"
...
...
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