mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
meson: fix indentation
No tabs please.
This commit is contained in:
parent
cccd76aa99
commit
426164348a
1 changed files with 4 additions and 4 deletions
|
@ -178,10 +178,10 @@ if cc.has_function('localtime_r', prefix : '#include<time.h>')
|
|||
endif
|
||||
|
||||
if cc.links('''#include <pthread.h>
|
||||
int main() {
|
||||
pthread_setname_np("example");
|
||||
}''', name : 'pthread_setname_np(const char*)')
|
||||
cdata.set('HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID', 1)
|
||||
int main() {
|
||||
pthread_setname_np("example"); return 0;
|
||||
}''', name : 'pthread_setname_np(const char*)')
|
||||
cdata.set('HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID', 1)
|
||||
endif
|
||||
|
||||
# Check for posix timers and the monotonic clock
|
||||
|
|
Loading…
Reference in a new issue