Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
086b882f
Commit
086b882f
authored
Nov 20, 2005
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* extras/contrib/bootstrap, extras/contrib/src/Makefile: more cygwin fixes.
parent
933e3560
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
extras/contrib/bootstrap
extras/contrib/bootstrap
+2
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+4
-5
No files found.
extras/contrib/bootstrap
View file @
086b882f
...
...
@@ -51,6 +51,7 @@ echo "PREFIX = `pwd`" >> config.mak
if
test
"
$HOST
"
!=
"
$BUILD
"
;
then
CC
=
"
${
HOST
}
-gcc"
CXX
=
"
${
HOST
}
-g++"
LD
=
"
${
HOST
}
-ld"
RANLIB
=
"
${
HOST
}
-ranlib"
AR
=
"
${
HOST
}
-ar"
fi
...
...
@@ -118,6 +119,7 @@ esac
echo
"CC =
${
CC
}
"
>>
config.mak
echo
"CXX =
${
CXX
}
"
>>
config.mak
echo
"LD =
${
LD
}
"
>>
config.mak
echo
"RANLIB =
${
RANLIB
}
"
>>
config.mak
echo
"AR =
${
AR
}
"
>>
config.mak
echo
"EXTRA_CFLAGS =
${
EXTRA_CFLAGS
}
"
>>
config.mak
...
...
extras/contrib/src/Makefile
View file @
086b882f
...
...
@@ -54,6 +54,9 @@ endif
ifneq
($(CXX),)
HOSTCC
+=
CXX
=
"
$(CXX)
"
endif
ifneq
($(LD),)
HOSTCC
+=
LD
=
"
$(LD)
"
endif
ifneq
($(RANLIB),)
HOSTCC
+=
RANLIB
=
"
$(RANLIB)
"
endif
...
...
@@ -73,10 +76,6 @@ FFMPEGCONF=--cross-prefix=$(HOST)-
X264CONF
=
--crosscompile
=
$(HOST)
endif
ifneq
($(BUILD),$(HOST))
LIVECC
=
C_COMPILER
=
$(HOST)
-gcc
CPP
=
$(HOST)
-cpp
CPLUSPLUS_COMPILER
=
$(HOST)
-g
++
LINK
=
"
$(HOST)
-g++ -o"
LIBRARY_LINK
=
"
$(HOST)
-ld -o"
endif
#
# Special target-dependant options
#
...
...
@@ -960,7 +959,7 @@ ifeq ($(HOST),ppc-darwin)
(
cd
$<
;
./genMakefiles macosx-before-version-10.4
&&
make
)
else
ifdef
HAVE_WIN32
(
cd
$<
;
./genMakefiles mingw
&&
make
)
(
cd
$<
;
./genMakefiles mingw
&&
make
$(HOSTCC)
)
else
(
cd
$<
;
./genMakefiles macosx
&&
make
)
endif
...
...
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