From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 3 13:11:32 2007 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8958616A404 for ; Tue, 3 Apr 2007 13:11:32 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id F339713C465 for ; Tue, 3 Apr 2007 13:11:29 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so292842ugh for ; Tue, 03 Apr 2007 06:11:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=SZPciptMo9QGFJBVpPeyx0DgttBIAUNNBwfVPDYf7WIOTUEC1Yu5pNLx8gBnzcmfa2XVRor4QHjV9ns+4APhz7zHqK+kF5kXZRZxOpsVYBcMJAltj9GqGzfJYdc+1spfJ8H9wwgT7PgZNx/P5iCoeVeHEDK2+q9orx3WH+xCVL0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=ffmJztCkpSXPAnMo4LY6C/wiwkAq+k1XsPygJI+zB9q9uyU/OGhr11TmTTPaXoh1UclogbfdyD0J57P6Rxl5jHO8Mt8H02fv7+GbiUdVity65W40AZ1WwYjSKMmfaAyii8gFw39z0pJPQbqe2/FNJ+yRNax5VdqGSSlXbpJ5Rq8= Received: by 10.82.107.15 with SMTP id f15mr9630140buc.1175605884843; Tue, 03 Apr 2007 06:11:24 -0700 (PDT) Received: by 10.82.115.7 with HTTP; Tue, 3 Apr 2007 06:11:24 -0700 (PDT) Message-ID: Date: Tue, 3 Apr 2007 09:11:24 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Andrew Pantyukhin" In-Reply-To: MIME-Version: 1.0 References: X-Google-Sender-Auth: 307079353e4e2629 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: multimedia@freebsd.org Subject: Re: plan for ffmpeg-devel 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: Tue, 03 Apr 2007 13:11:32 -0000 On 4/3/07, Andrew Pantyukhin wrote: > > On 4/2/07, Michael Johnson wrote: > > I want to move ffmpeg-devel -> ffmpeg and we need testers. > > not just to make sure things build but to assure movies play, > > mp3's still play, etc... Please test new ffmpeg-devel > > If it's all the same to you, please revert to traditional > 0.4.9.*.20070331 when moving to ffmpeg. > > FWIW, x264 must be compiled with yasm 0.6.0 for ffmpeg-devel > to eat it. yes. I have patches to support yasm 0.5.x but you won't get any SSE3 support. Anyway, here's the error I get on my amd64/current: > > In file included from dsputil.c:30: > avcodec.h:2460: warning: `ImgReSampleContext' is deprecated (declared > at avcodec.h:2447) > avcodec.h:2463: warning: `ImgReSampleContext' is deprecated (declared > at avcodec.h:2447) > dsputil.c: In function `dct264_sad8x8_c': > dsputil.c:3437: warning: passing arg 1 of pointer to function from > incompatible pointer type > dsputil.c: In function `ff_check_alignment': > dsputil.c:3821: warning: cast from pointer to integer of different size > dsputil.c:3834: error: unrecognizable insn: > (insn 64 10 12 0 (set (reg:SI 0 ax [61]) > (subreg:SI (plus:DI (subreg:DI (reg:SI 7 sp) 0) > (const_int -4 [0xfffffffffffffffc])) 0)) -1 (nil) > (nil)) > dsputil.c:3834: internal compiler error: in extract_insn, at recog.c:2083 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > gmake[1]: *** [dsputil.o] Error 1 > gmake[1]: Leaving directory > > `/usr/home/sat/bsdevel/ports/multimedia/ffmpeg-devel/work/ffmpeg-2007-03-31/libavcodec' > gmake: *** [lib] Error 2 > *** Error code 2 > I'm looking for a fix... Stop in /usr/home/sat/bsdevel/ports/multimedia/ffmpeg-devel. > make 25.77s user 6.34s system 65% cpu 49.152 total >