From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 07:55:26 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 1C0A11065671 for ; Fri, 8 Aug 2008 07:55:26 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 9E8138FC15 for ; Fri, 8 Aug 2008 07:55:23 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1043032fgb.35 for ; Fri, 08 Aug 2008 00:55:22 -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:mime-version:content-type; bh=yREXTL0LxYdtFuGvWqxNpb10ja2r1zkFwuMncCNeMyk=; b=MxhIoQRhli2M5u5cG+37Rvz8OLPtCQAN3wFWDw8rA3Hnv5D4Ux8CMCjcbnctaCH11q R5iuBhVKZ3ANNYXkhDyHTtlFHyKonqiV32A0zLEUla1C3H1aq1CGZ0dYl2C5EKM1VGij bj2iPV0JgoX2a4hIqL/YJ9ktGROLdnMmMTENE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=r2HhWOmnSMjIBmJwQATg6SWqo2LZegwKj5/zOUddsB+GM0ja0ze0JnFfbQGvKLuDWM kduPM7tP2/Rsp8yLO5BGavZV/89rbIhIQjG/32uPt/RbQhNG9nbe3VELfif3qWI+EkGd rZ1mCaKWsUYc7v2bjU6WwD7r5rfkJ4BVk8hv0= Received: by 10.86.50.8 with SMTP id x8mr2628162fgx.30.1218180538162; Fri, 08 Aug 2008 00:28:58 -0700 (PDT) Received: by 10.86.63.1 with HTTP; Fri, 8 Aug 2008 00:28:58 -0700 (PDT) Message-ID: <53a1e0710808080028q529d7f23w5003bef0ddba319e@mail.gmail.com> Date: Fri, 8 Aug 2008 15:28:58 +0800 From: "Henry Hu" To: freebsd-multimedia@freebsd.org 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 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 07:55:26 -0000 My configure log says: ... checking ffmpeg/avcodec.h presence... yes checking for ffmpeg/avcodec.h... yes checking libavcodec/avcodec.h usability... no checking libavcodec/avcodec.h presence... no checking for libavcodec/avcodec.h... no checking for pkgconfig support for libavcodec... no checking for avcodec_thread_init in -lavcodec... yes ... And the configure process finished normally. My version of ffmpeg is 2007.10.04, rather old. So I think the line checking for avcodec_thread_init in -lavcodec... yes is critical. And where does your libavcodec/avcodec.h come from ?