From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 26 12:54:41 2009 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 C883A106566B for ; Mon, 26 Jan 2009 12:54:41 +0000 (UTC) (envelope-from jarecki@dwb.pl) Received: from hermes.bellona.pl (nsf.bellona.pl [217.17.36.10]) by mx1.freebsd.org (Postfix) with ESMTP id 82C6A8FC0C for ; Mon, 26 Jan 2009 12:54:40 +0000 (UTC) (envelope-from jarecki@dwb.pl) Received: from [217.96.101.19] (helo=[10.0.0.10]) by hermes.bellona.pl with esmtpsa (TLSv1:AES128-SHA:128) (Exim) (envelope-from ) id 1LRQz7-000I8Q-Bg; Mon, 26 Jan 2009 13:54:40 +0100 Message-Id: From: Jarecki To: "Eric L. Chen" In-Reply-To: <4D5904AE-8486-450D-A773-94BEA31AA9C0@dwb.pl> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Mon, 26 Jan 2009 13:54:35 +0100 References: <5E28B965-E47E-49C3-AF16-4A395BACC2C6@dwb.pl> <069E64E6-2510-4AA9-B94E-143DC4EE86C5@dwb.pl> <8C8C5E98-87AE-4F1B-AECA-55AA16D85B34@dwb.pl> <4D5904AE-8486-450D-A773-94BEA31AA9C0@dwb.pl> X-Mailer: Apple Mail (2.930.3) X-Spam-Score: -1.4 (-) Cc: multimedia@freebsd.org Subject: Re: x264 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: Mon, 26 Jan 2009 12:54:42 -0000 >>> (...) >> I add patch from ffmpeg to fit x264 API 65. >> Save x264-0.65.shar.txt to your home directory. >> >> $ rm -rf /usr/ports/multimedia/x264 /usr/ports/multimedia/ffmpeg >> $ cd /usr/ports >> $ sh ~/x264-0.65.shar.txt >> $ make -C /usr/ports/multimedia/x264 deinstall build reinstall clean >> $ make -C /usr/ports/multimedia/ffmpeg deinstall build reinstall >> clean >> > > > > Hi! > > Im sory, but it doesnt work, exactly as previous. > It was trying to do this several ways, trying to install on old FBSD > 7.0, 7.1, i create a completly fresh install (with cvsup ports and > 7.1 system) > > after > make -C /usr/ports/multimedia/x264 deinstall build reinstall clean > compilation fails > > (...) > cc -o x264 x264.o matroska.o muxers.o libx264.a -L/usr/local/lib -L/ > usr/local/lib -lm -pthread -lgpac_static -s > libx264.a(analyse.o)(.text+0x1b45): In function > `x264_mb_analyse_load_costs': > : undefined reference to `log2f' > gmake: *** [x264] Error 1 > *** Error code 2 > > Please help. > I must do something wrong, missing some dependences or something... Hi! Im not a C programmer, but maybe that is a problem: http://www.freebsd.org/projects/c99/index.html log2f not implemented on freebsd? Jarecki