From 11e93ea529505507f325b392840ddbcbc6836873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Thu, 27 Sep 2018 09:49:03 +0200 Subject: Remove HAVE_PTHREAD_H config macro Since we don't want to probe for winpthreads anymore, this macro isn't usefull anymore --- meson.build | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson.build') 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']) -- cgit v1.2.3