From owner-freebsd-ports Sat Dec 14 4:37:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E233337B401 for ; Sat, 14 Dec 2002 04:37:49 -0800 (PST) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4562A43EC2 for ; Sat, 14 Dec 2002 04:37:49 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-163-6-034-bsace7003.dsl.telebrasilia.net.br (200-163-6-034-bsace7003.dsl.telebrasilia.net.br [200.163.6.34]) by heaven.gigo.com (Postfix) with ESMTP id A2920B9F6 for ; Sat, 14 Dec 2002 04:37:32 -0800 (PST) Received: (qmail 97035 invoked by uid 1001); 14 Dec 2002 12:29:41 -0000 Message-ID: <20021214122941.97034.qmail@exxodus.fedaykin.here> Date: Sat, 14 Dec 2002 10:29:19 -0200 From: Mario Sergio Fujikawa Ferreira To: Norikatsu Shigemura Cc: ports@FreeBSD.org, hopet@ics.muni.cz, riggs@rrr.de Subject: Re: FreeBSD Port: liveMedia-2002.10.22 References: <001c01c2a2eb$81b67d70$2603fb93@kloboucek> <200212140258.gBE2w5Gp076424@nd250009.gab.xdsl.ne.jp> <200212141013.gBEAD3Gp098416@nd250009.gab.xdsl.ne.jp> <200212141024.gBEAOIGp004866@nd250009.gab.xdsl.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212141024.gBEAOIGp004866@nd250009.gab.xdsl.ne.jp> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is this reproduceable in the mplayer version from my account? The one supporting QuickTime(TM). On Sat, Dec 14, 2002 at 07:23:56PM +0900, Norikatsu Shigemura wrote: > On Sat, 14 Dec 2002 19:13:03 +0900 > Norikatsu Shigemura wrote: > > To fix, patch following lines. Because blockMyself method was > > Sorry, that approch is bad. Please use following patch. > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > --- libmpdemux/demux_rtp.cpp.orig Thu Oct 17 00:15:43 2002 > +++ libmpdemux/demux_rtp.cpp Sat Dec 14 19:17:10 2002 > @@ -314,7 +314,11 @@ > // block myself until one comes available: > TaskScheduler& scheduler > = bufferQueue->readSource()->envir().taskScheduler(); > +#if USAGEENVIRONMENT_LIBRARY_VERSION_INT >= 1038614400 > + scheduler.doEventLoop(&bufferQueue->blockingFlag); > +#else > scheduler.blockMyself(&bufferQueue->blockingFlag); > +#endif > } > > if (demuxer->stream->eof) return 0; // source stream has closed down > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > I'll commit this to fix compile error. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message