FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
582 stars 105 forks source link

Revert numthread use... #232

Closed komisar666 closed 8 years ago

komisar666 commented 8 years ago

is it possible to revert use of "numthread"?

simple discussion http://stackoverflow.com/questions/13212342/whats-the-difference-between-thread-posixs-and-thread-win32-in-gcc-port-of-windo

another discussion http://stackoverflow.com/questions/17242516/mingw-w64-threads-posix-vs-win32

patch http://komisar.gin.by/x.patch/no_c++11_threads.diff

maybe configure may detect this issue?

dubhater commented 8 years ago

Why? Have you considered compiling your GCC with POSIX threads?

komisar666 commented 8 years ago

No. My toolchain compiled with Win32 threading model...

dubhater commented 8 years ago

Too bad?

komisar666 commented 8 years ago

Why configure dont detect this issue? Maybe this is a better solution?