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:
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index bbe1bc8..52d8ef0 100644
--- a/meson.build
+++ b/meson.build
@@ -92,9 +92,6 @@ optional_link_arguments = []
if host_machine.system() in ['linux', 'gnu']
test_args += '-D_GNU_SOURCE'
add_project_arguments('-D_GNU_SOURCE', language: 'c')
-elif host_machine.system() in ['darwin', 'ios', 'tvos']
- test_args += '-D_DARWIN_C_SOURCE'
- add_project_arguments('-D_DARWIN_C_SOURCE', language: 'c')
endif
if host_machine.system() == 'windows'