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:
authorHugo Beauzée-Luyssen <hugo@videolan.org>2018-09-27 10:49:03 +0300
committerHugo Beauzée-Luyssen <hugo@videolan.org>2018-09-27 13:51:17 +0300
commit11e93ea529505507f325b392840ddbcbc6836873 (patch)
tree8cc47968c2c9db02e3e970dfde1f87fc45d2b380 /meson.build
parent98fb45e08687e407f343f575e7d0dcf9fb72746e (diff)
Remove HAVE_PTHREAD_H config macro
Since we don't want to probe for winpthreads anymore, this macro isn't usefull anymore
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 327ce3a..506c4d5 100644
--- a/meson.build
+++ b/meson.build
@@ -37,9 +37,6 @@ if not meson.is_cross_build()
else
thread_dependency = cc.find_library('pthread', required: false)
endif
-if thread_dependency.found()
- cdata.set('HAVE_PTHREAD_H', 1)
-endif
dav1d_inc_dirs = include_directories(['include', 'include/dav1d'])