[Libav-user] Compiling ffmpeg with pthread support mscv toolchain
Leonardo Nahra
leonardonahra at gmail.com
Thu Sep 8 22:26:10 EEST 2016
Hi, I'm trying to compile ffmpeg in the msvc toolchain but I'm having
problems enabling pthread support, after I run this configure:
./configure
--enable-asm
--enable-yasm
--arch=i386
--disable-ffserver
--disable-doc
--disable-ffplay
--disable-ffprobe
--disable-ffmpeg
--enable-shared
--disable-static
--disable-bzlib
--disable-libopenjpeg
--disable-iconv
--disable-zlib
--enable-libopenh264
--enable-pthreads
--extra-libs=pthreadVC2.lib
--extra-cflags=-I$HOME/ffmpeg/include
--extra-ldflags=-L$HOME/ffmpeg/lib
--prefix=/c/ffmpeg
--toolchain=msvc
the output shows "threading support no", what am I doing wrong?
Thank you, Nahra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20160908/d716ba3d/attachment.html>
More information about the Libav-user
mailing list