Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
121d78d0
Commit
121d78d0
authored
May 02, 2010
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow to set archiver tool ar.
Originally committed as revision 23010 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
bf976699
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
configure
configure
+5
-3
No files found.
configure
View file @
121d78d0
...
...
@@ -199,6 +199,7 @@ Advanced options (experts only):
--target-exec=CMD command to run executables on target
--target-path=DIR path to view of build directory on target
--nm=NM use nm tool
--ar=AR use archive tool AR [
$ar_default
]
--as=AS use assembler AS [
$as_default
]
--cc=CC use C compiler CC [
$cc_default
]
--ld=LD use linker LD
...
...
@@ -1132,6 +1133,7 @@ PATHS_LIST='
CMDLINE_SET
=
"
$PATHS_LIST
ar
arch
as
build_suffix
...
...
@@ -1442,7 +1444,7 @@ mandir_default='${prefix}/share/man'
shlibdir_default
=
"
$libdir_default
"
# toolchain
ar
=
"ar"
ar
_default
=
"ar"
cc_default
=
"gcc"
cc_version
=
\"
unknown
\"
host_cc_default
=
"gcc"
...
...
@@ -1641,7 +1643,7 @@ fi
set_default
arch
target_os
ar
=
"
${
cross_prefix
}${
ar
}
"
ar
_default
=
"
${
cross_prefix
}${
ar_default
}
"
cc_default
=
"
${
cross_prefix
}${
cc_default
}
"
nm_default
=
"
${
cross_prefix
}${
nm_default
}
"
ranlib
=
"
${
cross_prefix
}${
ranlib
}
"
...
...
@@ -1852,7 +1854,7 @@ test -n "$cc_type" && enable $cc_type || echolog "Unknown C compiler $cc"
:
${
as_default
:
=
$cc
}
:
${
dep_cc_default
:
=
$cc
}
:
${
ld_default
:
=
$cc
}
set_default as dep_cc ld
set_default a
r a
s dep_cc ld
test
-n
"
$CC_DEPFLAGS
"
||
CCDEP
=
$DEPEND_CMD
test
-n
"
$AS_DEPFLAGS
"
||
ASDEP
=
$DEPEND_CMD
...
...
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