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

Matt Oliver protogonoi at gmail.com
Mon Aug 29 09:17:50 EEST 2016


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 @@ dv_muxer_select="dvprofile"
 dxa_demuxer_select="riffdec"
 eac3_demuxer_select="ac3_parser"
 f4v_muxer_select="mov_muxer"
-fifo_muxer_deps="pthreads"
 flac_demuxer_select="flac_parser"
 hds_muxer_select="flv_muxer"
 hls_muxer_select="mpegts_muxer"
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-configure-Remove-fifo-muxers-dependency-on-pthreads.patch
Type: application/octet-stream
Size: 663 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160829/1d4e0fd2/attachment.obj>


More information about the ffmpeg-devel mailing list