From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 12:29:49 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D66011065690 for ; Fri, 8 Aug 2008 12:29:49 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 60A308FC1E for ; Fri, 8 Aug 2008 12:29:49 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1151204fgb.35 for ; Fri, 08 Aug 2008 05:29:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:mime-version:content-type; bh=B911P4ok+0r7v1nlB4lGowZMRfzt7diLeq+iHbxOXoI=; b=rNqPsu/m/khIl4a0g+2S0geiUMdPcKsgtzZDXwelpC3vBnn3/eZNUVtBHTnNJslQF0 mjGUn+cbG1md4HaHBHdWbIKuOM9Z/CaskYevF8x3efPY8BBKnP5/Wnq5r7r/Yj8gXgOq STilpwKQHtBdYgBuJxeMqyRp0xuXbiVfZEe4o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type; b=do4G/MEWfKvjlXNu4An6uddQ548CtpPwgYy6zO+NAq7ozHwb4slE7v5y/O1hwd6sCc XiNn67rWP4ltFPK0HH5ymLVGxfR0eyvqDwJRefraATg5TqRyrD8vhRru46a01yMzCx66 aWkA7n1RjLHd6P6yPh2nXA8m83DT/+jFUUHng= Received: by 10.86.65.9 with SMTP id n9mr1777933fga.55.1218198588114; Fri, 08 Aug 2008 05:29:48 -0700 (PDT) Received: by 10.86.63.1 with HTTP; Fri, 8 Aug 2008 05:29:48 -0700 (PDT) Message-ID: <53a1e0710808080529g1d63e79ej4130f6104914f9f0@mail.gmail.com> Date: Fri, 8 Aug 2008 20:29:48 +0800 From: "Henry Hu" To: "Andriy Gapon" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure(gnome-config) 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: Fri, 08 Aug 2008 12:29:49 -0000 In my config.log, I found that there is -pthread in the arguments. It comes from $LIBAVCODEC_EXTRA_LIBS, which comes from `pkg-config --libs libavcodec` $ pkg-config --libs libavcodec -pthread -L/usr/local/lib -lavcodec -lz -la52 -lfaac -lfaad -lmp3lame -lx264 -lxvidcore -ltheora -lvorbisenc -lavutil -lvorbis -lm -logg So it is present when libavcodec(ffmpeg) is installed. So why is it missing in your libavcodec's pkgconfig file?