From owner-freebsd-multimedia@FreeBSD.ORG Sat Sep 8 16:33:11 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 26B6016A419 for ; Sat, 8 Sep 2007 16:33:11 +0000 (UTC) (envelope-from jacardenasm@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id EBBAC13C491 for ; Sat, 8 Sep 2007 16:33:10 +0000 (UTC) (envelope-from jacardenasm@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so930071waf for ; Sat, 08 Sep 2007 09:33:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=9SQlgpiJc78xEWHNxqDAyRjMEbSzOAYaWn80JqL7bZs=; b=TByCqQzmnfgvhLdAax/lbIocLPObqUqQBLzUb8wDEV4HST58fa6QESbRB0tUugwWQqw3lkmCPsIlB2asDhVFF5f5lqiMW72/vH0jiswzqhogxXaHu4Otnx7Dx0Zaa47Hyyz8VUlZMClo5uBaZZCFqFCGwGVEASmC4SkG7f/llek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C1QDf3ZrnATN/ku1ixYrxPENVjxdupHBCnI28Prph+23FmiYstgFVNheQWpFzLyvnGEDb7UloOxcQRmMa0UDtvQGTbg6/zWf4NLsyqpsvThB8tVu1SEPi77YmdNSLlXKyRaDbrcmmnu5x1DPb9igRhk5acc8FBOC+h7EcSqnrnk= Received: by 10.114.57.1 with SMTP id f1mr1757261waa.1189269187297; Sat, 08 Sep 2007 09:33:07 -0700 (PDT) Received: by 10.115.18.9 with HTTP; Sat, 8 Sep 2007 09:33:07 -0700 (PDT) Message-ID: <7c58fcfc0709080933l31596825r1b1116672d533e3e@mail.gmail.com> Date: Sat, 8 Sep 2007 11:33:07 -0500 From: "Jose Alonso Cardenas Marquez" To: multimedia@freebsd.org In-Reply-To: <7c58fcfc0709080932g74ca8c3fy3c15a652559708e8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7c58fcfc0709052145y5c65004bq7f946ff5056d8a92@mail.gmail.com> <7c58fcfc0709080932g74ca8c3fy3c15a652559708e8@mail.gmail.com> Cc: 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: Sat, 08 Sep 2007 16:33:11 -0000 2007/9/6, Michael Johnson : > > > Try adding ${PTHREAD_LIBS} in CFLAGS+= in graphics/php4-ffmpeg/Makefile > and see if that fixes the problem. > > Michael > Hi No, it doesn't solve the problem. php5-ffmpeg worked fine with previous version of multimedia/ffmpeg. Greetings ACM