Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dav1d
Manage
Activity
Members
Labels
Plan
Issues
25
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
dav1d
Merge requests
!25
Use C99 instead of C11 and do not define _GNU_SOURCE
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use C99 instead of C11 and do not define _GNU_SOURCE
ePirat/dav1d:meson-c11-nognu
into
master
Overview
1
Commits
2
Pipelines
1
Changes
1
Merged
Marvin Scholz
requested to merge
ePirat/dav1d:meson-c11-nognu
into
master
6 years ago
Overview
1
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
62069f12
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
62069f12
Build: Remove _GNU_SOURCE macro
· 62069f12
Marvin Scholz
authored
6 years ago
No GNU extensions are used.
meson.build
+
0
−
1
Options
@@ -55,7 +55,6 @@ endforeach
#
feature_defines
=
[
[
'_GNU_SOURCE'
,
1
],
# Enable GNU extensions on systems that have them
[
'_POSIX_C_SOURCE'
,
'200112L'
],
# POSIX.1–2001 (IEEE Std 1003.1-2001)
]
Loading