On Thu, Feb 26, 2015 at 07:56:06PM +0100, Nicolas George wrote:
> Le septidi 7 ventôse, an CCXXIII, Michael Niedermayer a écrit :
> > i think the case i tested had HAVE_W32THREADS set
> > also theres HAVE_OS2THREADS
>
> I suspect my question was too vague.
>
> If I understand correctly,
>
> HAVE
On Thu, Feb 26, 2015 at 07:56:06PM +0100, Nicolas George wrote:
> Le septidi 7 ventôse, an CCXXIII, Michael Niedermayer a écrit :
> > i think the case i tested had HAVE_W32THREADS set
> > also theres HAVE_OS2THREADS
>
> I suspect my question was too vague.
>
> If I understand correctly,
>
> HAVE
Le septidi 7 ventôse, an CCXXIII, Michael Niedermayer a écrit :
> i think the case i tested had HAVE_W32THREADS set
> also theres HAVE_OS2THREADS
I suspect my question was too vague.
If I understand correctly,
HAVE_THREADS = HAVE_PTHREADS || HAVE_W32THREADS || HAVE_OS2THREADS
Am I right?
My ma
On Wed, Feb 25, 2015 at 10:29:09PM +0100, wm4 wrote:
> On Wed, 25 Feb 2015 22:24:39 +0100
> Michael Niedermayer wrote:
>
> > On Wed, Feb 25, 2015 at 08:00:03PM +0100, Nicolas George wrote:
> > > Le septidi 7 ventôse, an CCXXIII, Michael Niedermayer a écrit :
> > > > without pthreads, this seems t
On Wed, 25 Feb 2015 22:24:39 +0100
Michael Niedermayer wrote:
> On Wed, Feb 25, 2015 at 08:00:03PM +0100, Nicolas George wrote:
> > Le septidi 7 ventôse, an CCXXIII, Michael Niedermayer a écrit :
> > > without pthreads, this seems to fail to build
> >
> > Forgot to test that, sorry. Fixed.
> >
On Wed, Feb 25, 2015 at 08:00:03PM +0100, Nicolas George wrote:
> Le septidi 7 ventôse, an CCXXIII, Michael Niedermayer a écrit :
> > without pthreads, this seems to fail to build
>
> Forgot to test that, sorry. Fixed.
>
> By the way, what are the remaining supported cases where threads are not
>
Le septidi 7 ventôse, an CCXXIII, Michael Niedermayer a écrit :
> without pthreads, this seems to fail to build
Forgot to test that, sorry. Fixed.
By the way, what are the remaining supported cases where threads are not
available?
Regards,
--
Nicolas George
From 16fc0adda7fa35b69053205abf9dd
On Wed, Feb 25, 2015 at 12:01:26PM +0100, Nicolas George wrote:
> Signed-off-by: Nicolas George
> ---
> doc/ffmpeg.texi | 6 ++
> ffmpeg.c| 2 +-
> ffmpeg.h| 2 ++
> ffmpeg_opt.c| 4
> 4 files changed, 13 insertions(+), 1 deletion(-)
without pthreads, this seems to f
Signed-off-by: Nicolas George
---
doc/ffmpeg.texi | 6 ++
ffmpeg.c| 2 +-
ffmpeg.h| 2 ++
ffmpeg_opt.c| 4
4 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 6e51c44..6772f2f 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ff