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
3bd1eacd
Commit
3bd1eacd
authored
Oct 13, 2012
by
Diego Biurrun
Committed by
Mans Rullgard
Nov 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Refactor CPPFLAGS settings for glibc/uclibc
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
5873b623
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure
configure
+3
-3
No files found.
configure
View file @
3bd1eacd
...
...
@@ -2855,7 +2855,6 @@ case $target_os in
add_cppflags
-U__STRICT_ANSI__
;;
linux
)
add_cppflags
-D_POSIX_C_SOURCE
=
200112
-D_XOPEN_SOURCE
=
600
enable
dv1394
;;
irix
*
)
...
...
@@ -2886,10 +2885,9 @@ case $target_os in
enable
dos_paths
;;
gnu/kfreebsd
)
add_cppflags
-D_
POSIX_C_SOURCE
=
200112
-D_XOPEN_SOURCE
=
600
-D_
BSD_SOURCE
add_cppflags
-D_BSD_SOURCE
;;
gnu
)
add_cppflags
-D_POSIX_C_SOURCE
=
200112
-D_XOPEN_SOURCE
=
600
;;
qnx
)
add_cppflags
-D_QNX_SOURCE
...
...
@@ -2937,8 +2935,10 @@ esac
if
check_cpp_condition features.h
"defined __UCLIBC__"
;
then
libc_type
=
uclibc
add_cppflags
-D_POSIX_C_SOURCE
=
200112
-D_XOPEN_SOURCE
=
600
elif
check_cpp_condition features.h
"defined __GLIBC__"
;
then
libc_type
=
glibc
add_cppflags
-D_POSIX_C_SOURCE
=
200112
-D_XOPEN_SOURCE
=
600
elif
check_header _mingw.h
;
then
libc_type
=
mingw
check_cpp_condition _mingw.h
\
...
...
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