0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/waftools/fragments
wm4 3b091995a0 win32: drop hacks for possibly broken static pthreads-win32 linking
We now use threads and other pthread API a lot, and not always we use it
from threads created with pthread_create() (or the main thread). As I
understand, with static linking we would have to use
pthread_win32_thread_attach/detach_np() every time we enter or leave a
foreign thread. We don't do this, and it's not feasible either, so it's
just broken.

This still should work with dynamic pthreads-win32. The MinGW pthread
implementation should be unaffected from all of this.
2015-01-11 02:23:02 +01:00
..
cocoa.m build: fix cocoa configure check on OS X 10.7 2014-01-02 20:42:03 +01:00
coreaudio.c switch the build system to waf 2013-11-21 21:22:36 +01:00
dvb.c switch the build system to waf 2013-11-21 21:22:36 +01:00
gl_x11.c vaapi/GLX: don't access VO backend 2014-12-03 21:07:18 +01:00
iconv.c switch the build system to waf 2013-11-21 21:22:36 +01:00
oss_audio_sunaudio.c build: reimplement the OSS checks using a more declarative approach 2013-11-29 23:11:12 +01:00
oss_audio.c build: reimplement the OSS checks using a more declarative approach 2013-11-29 23:11:12 +01:00
pthreads.c win32: drop hacks for possibly broken static pthreads-win32 linking 2015-01-11 02:23:02 +01:00
pvr.c build: removed undefined behavior from PVR check 2014-05-11 16:41:02 +02:00
wasapi.c win32: request UTF-16 API variants, Vista+ APIs, and COM C macros 2015-01-07 21:42:44 +01:00