[FFmpeg-devel] Patch: Enable OpenCL with Win32 threads

Matt Oliver protogonoi at gmail.com
Tue Apr 15 18:04:32 CEST 2014


On 16 April 2014 01:15, wm4 <nfxjfg at googlemail.com> wrote:

> On Tue, 15 Apr 2014 23:44:27 +1000
> Matt Oliver <protogonoi at gmail.com> wrote:
>
> > Or, just build with pthreads, it doesn't really have any downsides.
> >
> >
> > Tell msvc that ;)
>
> Can pthreads not be ported to msvc?
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

There is a msvc port but it is partially incomplete (missing features and
functions) in certain areas and can be a bit buggy. Its also not been
updated for a few years so doesn't always play nicely with current msvc
versions (last supported version was 2010). That and its known to use some
older win32 api stuff in there that benchmarks notably slower than win32
threads natively.
So it is there and can work its just native support is often cleaner and
with less hassle.


More information about the ffmpeg-devel mailing list