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
faab8f9f
Commit
faab8f9f
authored
Feb 26, 2015
by
Janne Grunau
Committed by
Janne Grunau
Mar 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: move cross_compile checks after the toolchain section
parent
3e1b5cbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
configure
configure
+7
-7
No files found.
configure
View file @
faab8f9f
...
...
@@ -2494,13 +2494,6 @@ disabled logging && logfile=/dev/null
echo
"#
$0
$LIBAV_CONFIGURATION
"
>
$logfile
set
>>
$logfile
test
-n
"
$cross_prefix
"
&&
enable
cross_compile
if
enabled cross_compile
;
then
test
-n
"
$arch
"
&&
test
-n
"
$target_os
"
||
die
"Must specify target arch and OS when cross-compiling"
fi
case
"
$toolchain
"
in
clang-asan
)
cc_default
=
"clang"
...
...
@@ -2585,6 +2578,13 @@ case "$toolchain" in
;;
esac
test
-n
"
$cross_prefix
"
&&
enable
cross_compile
if
enabled cross_compile
;
then
test
-n
"
$arch
"
&&
test
-n
"
$target_os
"
||
die
"Must specify target arch and OS when cross-compiling"
fi
ar_default
=
"
${
cross_prefix
}${
ar_default
}
"
cc_default
=
"
${
cross_prefix
}${
cc_default
}
"
nm_default
=
"
${
cross_prefix
}${
nm_default
}
"
...
...
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