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
533ba0b6
Commit
533ba0b6
authored
Nov 11, 2018
by
Peter Ross
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: detect djgpp libc
parent
18aea7bd
Hide 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 @
533ba0b6
...
@@ -5297,7 +5297,6 @@ case $target_os in
...
@@ -5297,7 +5297,6 @@ case $target_os in
network_extralibs
=
"-lsocket"
network_extralibs
=
"-lsocket"
objformat
=
"coff"
objformat
=
"coff"
enable
dos_paths
enable
dos_paths
add_cppflags
-U__STRICT_ANSI__
;;
;;
linux
)
linux
)
enable
section_data_rel_ro
enable
section_data_rel_ro
...
@@ -5466,6 +5465,9 @@ EOF
...
@@ -5466,6 +5465,9 @@ EOF
elif
test_
${
pfx
}
cpp_condition sys/brand.h
"defined LABELED_BRAND_NAME"
;
then
elif
test_
${
pfx
}
cpp_condition sys/brand.h
"defined LABELED_BRAND_NAME"
;
then
eval
${
pfx
}
libc_type
=
solaris
eval
${
pfx
}
libc_type
=
solaris
add_
${
pfx
}
cppflags
-D__EXTENSIONS__
-D_XOPEN_SOURCE
=
600
add_
${
pfx
}
cppflags
-D__EXTENSIONS__
-D_XOPEN_SOURCE
=
600
elif
test_
${
pfx
}
cpp_condition sys/version.h
"defined __DJGPP__"
;
then
eval
${
pfx
}
libc_type
=
djgpp
add_cppflags
-U__STRICT_ANSI__
fi
fi
test_
${
pfx
}
cc
<<
EOF
test_
${
pfx
}
cc
<<
EOF
#include <time.h>
#include <time.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