Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2018-09-24 12:22:53 +0300
committerMarvin Scholz <epirat07@gmail.com>2018-09-24 12:23:14 +0300
commit62069f12ea438fd911ecd1ae291f82dc32f4aa45 (patch)
tree1be7dbdefccaa931b0d6543d74e7971121935b16 /meson.build
parentfa89922b96925993ba3902863db2767b205f19e1 (diff)
Build: Remove _GNU_SOURCE macro
No GNU extensions are used.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 60f00ac..4c91015 100644
--- a/meson.build
+++ b/meson.build
@@ -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)
]