mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
threads: rename threads.c to threads-posix.c
This commit is contained in:
parent
1e0aaab78c
commit
f75fe33da7
@ -358,7 +358,7 @@ win32_threads = get_option('win32-threads').require(win32)
|
||||
features += {'win32-threads': win32_threads.allowed()}
|
||||
if not features['win32-threads']
|
||||
pthreads = dependency('threads')
|
||||
sources += files('osdep/threads.c')
|
||||
sources += files('osdep/threads-posix.c')
|
||||
dependencies += pthreads
|
||||
endif
|
||||
|
||||
|
@ -41,7 +41,7 @@ if win32
|
||||
endif
|
||||
|
||||
if features['pthread-debug']
|
||||
test_utils_files += 'osdep/threads.c'
|
||||
test_utils_files += 'osdep/threads-posix.c'
|
||||
endif
|
||||
|
||||
# The zimg code requires using threads.
|
||||
|
Loading…
Reference in New Issue
Block a user