Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
4d93e758
Commit
4d93e758
authored
May 12, 2014
by
Matt Oliver
Committed by
Michael Niedermayer
May 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Ensure log2 is disable based on msvcrt version.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
3b2ab8a7
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 @
4d93e758
...
@@ -4124,9 +4124,6 @@ case $libc_type in
...
@@ -4124,9 +4124,6 @@ case $libc_type in
add_compat msvcrt/snprintf.o
snprintf
=
avpriv_snprintf
\
add_compat msvcrt/snprintf.o
snprintf
=
avpriv_snprintf
\
_snprintf
=
avpriv_snprintf
\
_snprintf
=
avpriv_snprintf
\
vsnprintf
=
avpriv_vsnprintf
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
esac
...
@@ -5021,6 +5018,8 @@ elif enabled_any msvc icl; then
...
@@ -5021,6 +5018,8 @@ elif enabled_any msvc icl; then
disable ebx_available
disable ebx_available
fi
fi
fi
fi
# msvcrt10 x64 incorrectly enables log2, only msvcrt12 onwards actually has log2.
check_cpp_condition crtversion.h
"_VC_CRT_MAJOR_VERSION >= 12"
||
disable log2
fi
fi
case
$as_type
in
case
$as_type
in
...
...
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