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
5b2b0b91
Commit
5b2b0b91
authored
May 21, 2013
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Enable the strtod workaround when building for bionic
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
03ece7b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
configure
configure
+3
-0
No files found.
configure
View file @
5b2b0b91
...
@@ -3210,6 +3210,9 @@ elif check_func_headers stdlib.h _get_doserrno; then
...
@@ -3210,6 +3210,9 @@ elif check_func_headers stdlib.h _get_doserrno; then
check_cpp_condition stdlib.h
"defined(_WIN32_WINNT)"
||
add_cppflags
-D_WIN32_WINNT
=
0x0502
check_cpp_condition stdlib.h
"defined(_WIN32_WINNT)"
||
add_cppflags
-D_WIN32_WINNT
=
0x0502
elif
check_cpp_condition stddef.h
"defined __KLIBC__"
;
then
elif
check_cpp_condition stddef.h
"defined __KLIBC__"
;
then
libc_type
=
klibc
libc_type
=
klibc
elif
check_cpp_condition sys/cdefs.h
"defined __BIONIC__"
;
then
libc_type
=
bionic
add_compat strtod.o
strtod
=
avpriv_strtod
fi
fi
test
-n
"
$libc_type
"
&&
enable
$libc_type
test
-n
"
$libc_type
"
&&
enable
$libc_type
...
...
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