From owner-cvs-all@FreeBSD.ORG Wed Dec 14 21:44:40 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCFE616A41F; Wed, 14 Dec 2005 21:44:40 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E295B43D68; Wed, 14 Dec 2005 21:44:27 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id jBELi3x4007789; Wed, 14 Dec 2005 13:44:03 -0800 From: Kent Stewart To: cvs-all@freebsd.org Date: Wed, 14 Dec 2005 13:44:22 -0800 User-Agent: KMail/1.8.3 References: <200512131408.jBDE8rq1053993@repoman.freebsd.org> In-Reply-To: <200512131408.jBDE8rq1053993@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512141344.23027.kstewart@owt.com> Cc: cvs-ports@freebsd.org, MANTANI Nobutaka , ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/libxine/files patch-src:libffmpeg:libavcodec:h263.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2005 21:44:41 -0000 On Tuesday 13 December 2005 06:08 am, MANTANI Nobutaka wrote: > nobutaka 2005-12-13 14:08:53 UTC > > FreeBSD ports repository > > Added files: > multimedia/libxine/files patch-src:libffmpeg:libavcodec:h263.c > Log: > Fix build error. > > Reported by: Nix bat , Jason Harmening > > > Revision Changes Path > 1.4 +13 -0 > ports/multimedia/libxine/files/patch-src:libffmpeg:libavcodec:h263.c > (new) _______________________________________________ I am still getting this error on 5-stable. cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../src/libffmpeg/libavutil -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -DCONFIG_GPL -mtune=i386 -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -fno-inline-functions -Wall -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O -pipe -march=athlon-xp -fno-force-addr -I/usr/local/include -I/usr/local/include/dvdread -I/usr/X11R6/include -MT mpeg12.lo -MD -MP -MF .deps/mpeg12.Tpo -c mpeg12.c -fPIC -DPIC -o .libs/mpeg12.o mpeg12.c: In function `mpeg_decode_mb': mpeg12.c:82: sorry, unimplemented: inlining failed in call to 'mpeg2_fast_decode_block_intra': function body not available mpeg12.c:1192: sorry, unimplemented: called from here mpeg12.c:80: sorry, unimplemented: inlining failed in call to 'mpeg2_decode_block_intra': function body not available mpeg12.c:1196: sorry, unimplemented: called from here mpeg12.c:73: sorry, unimplemented: inlining failed in call to 'mpeg1_decode_block_intra': function body not available mpeg12.c:1202: sorry, unimplemented: called from here mpeg12.c:81: sorry, unimplemented: inlining failed in call to 'mpeg2_fast_decode_block_non_intra': function body not available mpeg12.c:1404: sorry, unimplemented: called from here mpeg12.c:77: sorry, unimplemented: inlining failed in call to 'mpeg2_decode_block_non_intra': function body not available mpeg12.c:1415: sorry, unimplemented: called from here mpeg12.c:74: sorry, unimplemented: inlining failed in call to 'mpeg1_fast_decode_block_inter': function body not available mpeg12.c:1427: sorry, unimplemented: called from here mpeg12.c:70: sorry, unimplemented: inlining failed in call to 'mpeg1_decode_block_inter': function body not available mpeg12.c:1436: sorry, unimplemented: called from here gmake[5]: *** [mpeg12.lo] Error 1 gmake[5]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1.1.1/src/libffmpeg/libavcodec' gmake[4]: *** [all-recursive] Error 1 Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html