From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 3 07:57:06 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 7BA2416A408 for ; Tue, 3 Apr 2007 07:57:06 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3958B13C465 for ; Tue, 3 Apr 2007 07:57:06 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1729117wra for ; Tue, 03 Apr 2007 00:57:05 -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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=YqzdvV6BuTCmSM7qJkXUobU920RA6gEccc5jimoiu8dvc/iFiu2KGqi/Hl/9IS04BHAI2y2hgcLF6FuQk8+6PH/csjgHjjO/BgH/KXohCXtVQQWKtghUX/pVNwzJ1V/pOZmOueHwk5Ty6Nrsd8Zj5SVlkMDzNfcqiyFqBIAqgVc= 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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=SJak3YQPrA7IRchTv00EwPSK2Ba92B2fTMBPf/D9BSeY3nUbW+k1dRv5BZ1jBlWkvNC+xzqwXxRGvcfGrih6TxhbQ+6kKk7Buy9EOEAObUCEbb2p3Qb5xdeAyHD6Owv8ZW+l8z/HPmfk985ifgcxUs2fH5Ilv5DoZ/dp6y2lqcM= Received: by 10.114.137.2 with SMTP id k2mr2119662wad.1175585541781; Tue, 03 Apr 2007 00:32:21 -0700 (PDT) Received: by 10.114.201.2 with HTTP; Tue, 3 Apr 2007 00:32:21 -0700 (PDT) Message-ID: Date: Tue, 3 Apr 2007 11:32:21 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Michael Johnson" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: a0747767fdbb2afd 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 07:57:06 -0000 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. 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 Stop in /usr/home/sat/bsdevel/ports/multimedia/ffmpeg-devel. make 25.77s user 6.34s system 65% cpu 49.152 total