Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2005 13:44:22 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        cvs-all@freebsd.org
Cc:        cvs-ports@freebsd.org, MANTANI Nobutaka <nobutaka@freebsd.org>, ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/multimedia/libxine/files patch-src:libffmpeg:libavcodec:h263.c
Message-ID:  <200512141344.23027.kstewart@owt.com>
In-Reply-To: <200512131408.jBDE8rq1053993@repoman.freebsd.org>
References:  <200512131408.jBDE8rq1053993@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <nixbat@gmail.com>, Jason Harmening
> <jason.harmening@gmail.com>
>
>   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512141344.23027.kstewart>