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
coreaudio.c
dvb.c
gl_x11.c
iconv.c
oss_audio.c
oss_audio_sunaudio.c
pthreads.c win32: drop hacks for possibly broken static pthreads-win32 linking 2015-01-11 02:23:02 +01:00
pvr.c
wasapi.c win32: request UTF-16 API variants, Vista+ APIs, and COM C macros 2015-01-07 21:42:44 +01:00