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
93797681
Commit
93797681
authored
Sep 24, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Rename stdatomic_h variable to stdatomic
It does not represent a header but a complete system capability.
parent
62d5b5a9
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 @
93797681
...
...
@@ -1562,7 +1562,6 @@ HEADERS_LIST="
machine_ioctl_meteor_h
malloc_h
poll_h
stdatomic_h
sys_param_h
sys_resource_h
sys_select_h
...
...
@@ -4612,7 +4611,7 @@ check_header windows.h
# it seems there are versions of clang in some distros that try to use the
# gcc headers, which explodes for stdatomic
# so we also check that atomics actually work here
check_builtin stdatomic
_h
stdatomic.h
"atomic_int foo; atomic_store(&foo, 0)"
check_builtin stdatomic stdatomic.h
"atomic_int foo; atomic_store(&foo, 0)"
check_lib ole32
"windows.h"
CoTaskMemFree
-lole32
check_lib shell32
"windows.h shellapi.h"
CommandLineToArgvW
-lshell32
...
...
@@ -5141,7 +5140,7 @@ for thread in $THREADS_LIST; do
fi
done
if
disabled stdatomic
_h
;
then
if
disabled stdatomic
;
then
if
enabled atomics_gcc
;
then
add_cppflags
'-I\$(SRC_PATH)/compat/atomics/gcc'
elif
enabled atomics_win32
;
then
...
...
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