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
3b2ab8a7
Commit
3b2ab8a7
authored
May 11, 2014
by
Matt Oliver
Committed by
Michael Niedermayer
May 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Allow log2 with msvc12 onwards.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
96abdf2f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
configure
configure
+3
-1
No files found.
configure
View file @
3b2ab8a7
...
...
@@ -1956,7 +1956,6 @@ fast_unaligned_if_any="aarch64 ppc x86"
need_memalign
=
"altivec neon sse"
# system capabilities
log2_deps
=
"!libc_msvcrt"
symver_if_any
=
"symver_asm_label symver_gnu_asm"
...
...
@@ -4125,6 +4124,9 @@ case $libc_type in
add_compat msvcrt/snprintf.o
snprintf
=
avpriv_snprintf
\
_snprintf
=
avpriv_snprintf
\
vsnprintf
=
avpriv_vsnprintf
# MSVC 2010 x64 requires log2 fix. However 2013 onwards is supported.
check_cpp_condition stdlib.h
"_MSC_VER >= 1800"
||
disable log2
;;
esac
...
...
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