This is the mail archive of the
pthreads-win32@sourceware.org
mailing list for the pthreas-win32 project.
Help with issues on trying to compile ffmpeg with pthreads support
- From: "Pardeep Puar" <ppuar at fragrance-world dot net>
- To: <pthreads-win32 at sourceware dot org>
- Date: Mon, 18 Aug 2008 20:19:31 -0700
- Subject: Help with issues on trying to compile ffmpeg with pthreads support
Here is the configure command I am using:
./configure --prefix=/c/dev/ffmpeg-build-shared --enable-memalign-hack
--enable-pthreads --disable-network --enable-shared --disable-static
Here is the error message I am getting:
In file included from
c:\msys\mingw\bin\../lib/gcc/mingw32/4.2.1-sjlj/../../../../include/pthr
ead.h:288,
from libavcodec/pthread.c:24:
c:\msys\mingw\bin\../lib/gcc/mingw32/4.2.1-sjlj/../../../../include/sche
d.h:152: error: expected ')' before 'pid'
c:\msys\mingw\bin\../lib/gcc/mingw32/4.2.1-sjlj/../../../../include/sche
d.h:154: error: expected ')' before 'pid'
make: *** [libavcodec/pthread.o] Error 1
Is there a problem with using pthreads with ffmpeg?
Thanks
Pardeep