From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24229 invoked by alias); 19 Aug 2008 03:17:26 -0000 Received: (qmail 24217 invoked by uid 22791); 19 Aug 2008 03:17:24 -0000 X-Spam-Check-By: sourceware.org Received: from s64-180-97-134.bc.hsia.telus.net (HELO batman.kingsingh.com) (64.180.97.134) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Aug 2008 03:16:49 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Help with issues on trying to compile ffmpeg with pthreads support Date: Tue, 19 Aug 2008 03:17:00 -0000 Message-ID: From: "Pardeep Puar" To: X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2008/txt/msg00045.txt.bz2 Here is the configure command I am using:=20 ./configure --prefix=3D/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 =20 Is there a problem with using pthreads with ffmpeg? Thanks Pardeep