From owner-freebsd-multimedia@FreeBSD.ORG Thu Sep 6 14:06:18 2007 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 756F716A419 for ; Thu, 6 Sep 2007 14:06:18 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id 3076613C4A8 for ; Thu, 6 Sep 2007 14:06:18 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so54425wra for ; Thu, 06 Sep 2007 07:05:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; bh=t1gZ5EvHkjUQlY9KX7MoZJu58cfZI0GtGNLLZ9yeJso=; b=E4FB+0S4bHL81oo78k495oCUos4VSafi16l31ZJGSskH8zI2Hd+FLqkTQfR2VIaqoJlKfILLgU6Gk5z9q+/syMNlG1lAel5xiQ2zV76+9kSs3rPcDmVXcnfZ2YpAQgbq+gHWa+B/vc84Q6MKzqUtljJcZM5xjZMdCW4APWeribM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=eZKODboXWpDBSd4HAVwjf9HOaLmjV85Iu+Of1BVqbCXhiuNCKKvrFegxKJ8R5wnJ0MojrseDhkI+8VtOE1xVvycB36qT/zw01qle/EVaeAt7xldHMgQAJWJUwprMQqS/REAuFZve8AIYgdkE0BoEe9s2hy08dsc64DOg8B76AC4= Received: by 10.90.33.16 with SMTP id g16mr1308446agg.1189087555860; Thu, 06 Sep 2007 07:05:55 -0700 (PDT) Received: from ?10.61.32.112? ( [204.213.231.129]) by mx.google.com with ESMTPS id e76sm1963753hse.2007.09.06.07.05.53 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 06 Sep 2007 07:05:54 -0700 (PDT) In-Reply-To: <7c58fcfc0709052145y5c65004bq7f946ff5056d8a92@mail.gmail.com> References: <7c58fcfc0709052145y5c65004bq7f946ff5056d8a92@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Thu, 6 Sep 2007 10:05:34 -0400 To: Jose Alonso Cardenas Marquez X-Mailer: Apple Mail (2.752.3) Sender: Michael Johnson Cc: multimedia@FreeBSD.org Subject: Re: undefined symbol pthread_join on ffmpeg using php5-ffmpeg X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2007 14:06:18 -0000 On Sep 6, 2007, at 12:45 AM, Jose Alonso Cardenas Marquez wrote: > Hi guys :) > > Could anyone see the PR/115893? it seems like a ffmpeg problems with > threads support. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=115893 Try adding ${PTHREAD_LIBS} in CFLAGS+= in graphics/php4-ffmpeg/Makefile and see if that fixes the problem. Michael > > Greetings > ACM > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia- > unsubscribe@freebsd.org"