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
c869fcde
Commit
c869fcde
authored
Dec 09, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Move toolchain dependency declarations to a more appropriate place
parent
acb77dff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
configure
configure
+2
-3
No files found.
configure
View file @
c869fcde
...
...
@@ -1552,13 +1552,10 @@ fast_64bit_if_any="alpha ia64 mips64 parisc64 ppc64 sparc64 x86_64"
fast_clz_if_any
=
"alpha avr32 mips ppc x86"
fast_unaligned_if_any
=
"ppc x86"
inline_asm_deps
=
"!tms470"
need_memalign
=
"altivec neon sse"
symver_if_any
=
"symver_asm_label symver_gnu_asm"
log2_deps
=
"!libc_msvcrt"
# subsystems
dct_select
=
"rdft"
error_resilience_select
=
"dsputil"
...
...
@@ -3424,6 +3421,7 @@ case $libc_type in
add_compat msvcrt/snprintf.o
snprintf
=
avpriv_snprintf
\
_snprintf
=
avpriv_snprintf
\
vsnprintf
=
avpriv_vsnprintf
disable log2
;;
esac
...
...
@@ -4112,6 +4110,7 @@ elif enabled armcc; then
add_cflags
-W
${
armcc_opt
}
,--diag_suppress
=
513
# pointer sign
elif
enabled tms470
;
then
add_cflags
-pds
=
824
-pds
=
837
disable inline_asm
elif
enabled pathscale
;
then
add_cflags
-fstrict-overflow
-OPT
:wrap_around_unsafe_opt
=
OFF
elif
enabled_any msvc icl
;
then
...
...
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