Re: [FFmpeg-devel] [PATCH] configure: Remove fifo muxers dependency on pthreads.

2016-08-29 Thread Carl Eugen Hoyos
2016-08-29 10:04 GMT+02:00 Matt Oliver : > > The second version is the correct one. You need > w32threads/os2threads enabled if not using pthreads. Thank you! Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/lis

Re: [FFmpeg-devel] [PATCH] configure: Remove fifo muxers dependency on pthreads.

2016-08-29 Thread Matt Oliver
On 29 August 2016 at 17:28, Carl Eugen Hoyos wrote: > Hi! > > 2016-08-29 9:00 GMT+02:00 Matt Oliver : > > On 29 August 2016 at 16:43, Carl Eugen Hoyos wrote: > > > >> How did you test this? > >> (How can I test?) > > > > There is a FATE test already added for the fifo muxer. I used that to > tes

Re: [FFmpeg-devel] [PATCH] configure: Remove fifo muxers dependency on pthreads.

2016-08-29 Thread Hendrik Leppkes
On Mon, Aug 29, 2016 at 9:28 AM, Carl Eugen Hoyos wrote: > Hi! > > 2016-08-29 9:00 GMT+02:00 Matt Oliver : >> On 29 August 2016 at 16:43, Carl Eugen Hoyos wrote: >> >>> How did you test this? >>> (How can I test?) >> >> There is a FATE test already added for the fifo muxer. I used that to test >>

Re: [FFmpeg-devel] [PATCH] configure: Remove fifo muxers dependency on pthreads.

2016-08-29 Thread Carl Eugen Hoyos
Hi! 2016-08-29 9:00 GMT+02:00 Matt Oliver : > On 29 August 2016 at 16:43, Carl Eugen Hoyos wrote: > >> How did you test this? >> (How can I test?) > > There is a FATE test already added for the fifo muxer. I used that to test > for mingw and msvc. What I meant is: If I remove pthreads from my sy

Re: [FFmpeg-devel] [PATCH] configure: Remove fifo muxers dependency on pthreads.

2016-08-29 Thread Matt Oliver
On 29 August 2016 at 16:43, Carl Eugen Hoyos wrote: > Hi! > > 2016-08-29 8:17 GMT+02:00 Matt Oliver : > > The fifo muxer works without pthreads due to the existing pthread > > wrappers already available within ffmpeg for other platforms. > > It should probably still depend on "threads" at least,

Re: [FFmpeg-devel] [PATCH] configure: Remove fifo muxers dependency on pthreads.

2016-08-28 Thread Carl Eugen Hoyos
Hi! 2016-08-29 8:17 GMT+02:00 Matt Oliver : > The fifo muxer works without pthreads due to the existing pthread > wrappers already available within ffmpeg for other platforms. How did you test this? (How can I test?) Carl Eugen ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] configure: Remove fifo muxers dependency on pthreads.

2016-08-28 Thread Hendrik Leppkes
On Mon, Aug 29, 2016 at 8:17 AM, Matt Oliver wrote: > The fifo muxer works without pthreads due to the existing pthread wrappers > already available within ffmpeg for other platforms. > It should probably still depend on "threads" at least, assuming the thread-wrapper we have provides enough thre

[FFmpeg-devel] [PATCH] configure: Remove fifo muxers dependency on pthreads.

2016-08-28 Thread Matt Oliver
The fifo muxer works without pthreads due to the existing pthread wrappers already available within ffmpeg for other platforms. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 5c11040..e225b7d 100755 --- a/configure +++ b/configure @@ -2834,7 +2834,6 @