Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84558 - mplayer-1.0_pre6 doesn't compile anymore
Summary: mplayer-1.0_pre6 doesn't compile anymore
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-08 15:45 UTC by Alexandru Toma
Modified: 2005-03-09 10:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Toma 2005-03-08 15:45:30 UTC
I have previously emerged mplayer 1.0 pre6 and I wanted dts support so I tried emerging it again with dts in the use flags. It failed to compile. I thought that it may be due to the mmx use flag so I added -mmx to the USE flags... same story. What follows is part of my `USE="-mmx dts" ACCEPT_KEYWORDS=~x86 emerge mplayer` which may be similar to my previous `USE=dts ACCEPT_KEYWORDS=~x86 emerge mplayer` attempt, but I don't remember so I'm mentioning this here just so there are no misunderstandings.

Also, please note that I recompiled ffmpeg prior to emerging mplayer and added dvd and aac to its use flags. I don't know if this is important but I'm mentioning it here just in case.

Also, I don't know if it's due to the dts USE flag or if it's some other cause... I'll try recompiling it without dts in the morning.

Reproducible: Always
Steps to Reproduce:
1. USE=dts ACCEPT_KEYWORDS=~x86 emerge mplayer
2.
3.

Actual Results:  
gcc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp
-O2 -pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -I.. -I../loader 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -I../libavcodec -I../libavformat    -o demux_gif.o demux_gif.c
demux_gif.c:21:21: gif_lib.h: No such file or directory
demux_gif.c: In function `demux_gif_fill_buffer':
demux_gif.c:43: error: `GifFileType' undeclared (first use in this function)
demux_gif.c:43: error: (Each undeclared identifier is reported only once
demux_gif.c:43: error: for each function it appears in.)
demux_gif.c:43: error: `gif' undeclared (first use in this function)
demux_gif.c:43: error: syntax error before ')' token
demux_gif.c:45: error: `GifRecordType' undeclared (first use in this function)
demux_gif.c:45: error: syntax error before "type"
demux_gif.c:48: error: `ColorMapObject' undeclared (first use in this function)
demux_gif.c:48: error: `effective_map' undeclared (first use in this function)
demux_gif.c:51: error: `type' undeclared (first use in this function)
demux_gif.c:51: error: `IMAGE_DESC_RECORD_TYPE' undeclared (first use in this
function)
demux_gif.c:52: error: `GIF_ERROR' undeclared (first use in this function)
demux_gif.c:56: error: `TERMINATE_RECORD_TYPE' undeclared (first use in this
function)
demux_gif.c:58: error: `SCREEN_DESC_RECORD_TYPE' undeclared (first use in this
function)
demux_gif.c:64: error: `EXTENSION_RECORD_TYPE' undeclared (first use in this
function)
demux_gif.c: In function `demux_open_gif':
demux_gif.c:154: error: `GifFileType' undeclared (first use in this function)
demux_gif.c:154: error: `gif' undeclared (first use in this function)
demux_gif.c: In function `demux_close_gif':
demux_gif.c:211: error: `GifFileType' undeclared (first use in this function)
demux_gif.c:211: error: `gif' undeclared (first use in this function)
demux_gif.c:211: error: syntax error before ')' token
demux_gif.c:216: error: `GIF_ERROR' undeclared (first use in this function)
make[1]: *** [demux_gif.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/mplayer-1.0_pre6/work/MPlayer-1.0pre6a/libmpdemux'
make: *** [libmpdemux/libmpdemux.a] Error 2
make: *** Waiting for unfinished jobs....
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o imgconvert.o
imgconvert.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o imgresample.o
imgresample.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o mpeg12.o mpeg12.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o mpegaudiodec.o
mpegaudiodec.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o pcm.o pcm.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o simple_idct.o
simple_idct.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o ratecontrol.o
ratecontrol.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o adpcm.o adpcm.
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o eval.o eval.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o dv.o dv.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o
error_resilience.o error_resilience.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o fft.o fft.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o mdct.o mdct.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o mace.o mace.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o huffyuv.o huffyuv.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o cyuv.o cyuv.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o opts.o opts.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o raw.o raw.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o h264.o h264.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o golomb.o golomb.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o vp3.o vp3.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o asv1.o asv1.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o 4xm.o 4xm.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o cabac.o cabac.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o ffv1.o ffv1.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o ra144.o ra144.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o ra288.o ra288.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o vcr1.o vcr1.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o cljr.o cljr.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o roqvideo.o
roqvideo.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o dpcm.o dpcm.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o interplayvideo.o
interplayvideo.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o xan.o xan.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o rpza.o rpza.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o cinepak.o cinepak.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o msrle.o msrle.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o msvideo1.o
msvideo1.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o vqavideo.o
vqavideo.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o idcinvideo.o
idcinvideo.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o adx.o adx.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o rational.o
rational.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o faandct.o faandct.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o 8bps.o 8bps.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o smc.o smc.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o parser.o parser.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o flicvideo.o
flicvideo.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o truemotion1.o
truemotion1.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o vmdav.o vmdav.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o lcl.o lcl.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o qtrle.o qtrle.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o g726.o g726.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o flac.o flac.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o vp3dsp.o vp3dsp.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o integer.o integer.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o snow.o snow.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o tscc.o tscc.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o sonic.o sonic.c 
sonic.c:972: warning: initialization from incompatible pointer type
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o ulti.o ulti.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o h264idct.o
h264idct.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o qdrw.o qdrw.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o xl.o xl.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o rangecoder.o
rangecoder.c 
snow.c: In function `add_yblock':
snow.c:2177: warning: left shift count is negative
snow.c: In function `predict_plane':
snow.c:2241: warning: passing arg 5 of `add_yblock' discards qualifiers from
pointer target type
rangecoder.c: In function `ff_init_range_decoder':
rangecoder.c:52: warning: passing arg 2 of `ff_init_range_encoder' discards
qualifiers from pointer target type
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o png.o png.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o pnm.o pnm.c 
pnm.c: In function `pnm_parse':
pnm.c:464: warning: assignment discards qualifiers from pointer target type
pnm.c:465: warning: assignment discards qualifiers from pointer target type
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o qpeg.o qpeg.c 
snow.c: In function `common_init':
snow.c:2520: warning: assignment from incompatible pointer type
snow.c:2520: warning: assignment from incompatible pointer type
snow.c:2521: warning: assignment from incompatible pointer type
snow.c:2521: warning: assignment from incompatible pointer type
snow.c:2522: warning: assignment from incompatible pointer type
snow.c:2522: warning: assignment from incompatible pointer type
snow.c:2523: warning: assignment from incompatible pointer type
snow.c:2523: warning: assignment from incompatible pointer type
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o pthread.o pthread.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o h263.o h263.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o h261.o h261.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o msmpeg4.o msmpeg4.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o h263dec.o h263dec.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o svq1.o svq1.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o rv10.o rv10.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o wmadec.o wmadec.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o indeo3.o indeo3.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o dtsdec.o dtsdec.c
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o
libpostproc/postprocess.o libpostproc/postprocess.c 
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2
-pipe -frename-registers -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o mp3lameaudio.o
mp3lameaudio.c 
In file included from libpostproc/postprocess.c:655:
libpostproc/postprocess_template.c: In function `postProcess_MMX2':
libpostproc/postprocess_template.c:3481: warning: use of memory input without
lvalue in asm operand 4 is deprecated
libpostproc/postprocess_template.c:3481: warning: use of memory input without
lvalue in asm operand 5 is deprecated
libpostproc/postprocess_template.c:3627: warning: use of memory input without
lvalue in asm operand 4 is deprecated
libpostproc/postprocess_template.c:3627: warning: use of memory input without
lvalue in asm operand 5 is deprecated
libpostproc/postprocess_template.c:2901: warning: use of memory input without
lvalue in asm operand 4 is deprecated
libpostproc/postprocess_template.c:2901: warning: use of memory input without
lvalue in asm operand 4 is deprecated
libpostproc/postprocess_template.c: In function `do_a_deblock_MMX2':
libpostproc/postprocess_template.c:2901: warning: use of memory input without
lvalue in asm operand 4 is deprecated
rm -f libavcodec.a
ar rc libavcodec.a common.o utils.o mem.o allcodecs.o mpegvideo.o jrevdct.o
jfdctfst.o jfdctint.o mpegaudio.o ac3enc.o mjpeg.o resample.o resample2.o
dsputil.o motion_est.o imgconvert.o imgresample.o mpeg12.o mpegaudiodec.o pcm.o
simple_idct.o ratecontrol.o adpcm.o eval.o dv.o error_resilience.o fft.o mdct.o
mace.o huffyuv.o cyuv.o opts.o raw.o h264.o golomb.o vp3.o asv1.o 4xm.o cabac.o
ffv1.o ra144.o ra288.o vcr1.o cljr.o roqvideo.o dpcm.o interplayvideo.o xan.o
rpza.o cinepak.o msrle.o msvideo1.o vqavideo.o idcinvideo.o adx.o rational.o
faandct.o 8bps.o smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o
g726.o flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o h264idct.o qdrw.o
xl.o rangecoder.o png.o pnm.o qpeg.o pthread.o h263.o h261.o msmpeg4.o h263dec.o
svq1.o rv10.o wmadec.o indeo3.o dtsdec.o libpostproc/postprocess.o mp3lameaudio.o  
true libavcodec.a
make[1]: Leaving directory
`/var/tmp/portage/mplayer-1.0_pre6/work/MPlayer-1.0pre6a/libavcodec'

!!! ERROR: media-video/mplayer-1.0_pre6 failed.
!!! Function src_compile, Line 465, Exitcode 2
!!! Failed to build MPlayer!
!!! If you need support, post the topmost build error, NOT this status message.


Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.4,
glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov  5 2004, 15:16:07)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://ftp.roedu.net/pub/mirrors/gentoo.org
http://gentoo.oregonstate.edu"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync1.ro.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X aalib alsa apache apm avi bitmap-fonts cdr crypt cups
curl emboss encode f77 faac faad fam flac font-server foomaticdb fortran gd
geoip gif gphoto2 gpm gtk2 guile imagemagick imlib imlib2 jikes jpeg lcms
libcaca libwww lzo mad matroska mikmod mmx mmx2 mng motif mp3 mpeg mysql ncurses
network nls no_wxgtk1 oggvorbis opengl pam png python quicktime readline rtc
ruby sdl slang spell sse ssl tcpd tga theora tiff truetype truetype-fonts
type1-fonts xchatdccserver xml2 xmms xprint xv xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS

[ Found these USE variables for media-video/mplayer-1.0_pre6 ]
 U I
 - - 3dfx       : Adds support for 3dfx video cards to XFree86. See: voodoo3
 + + 3dnow      : Adds support for 3dnow multimedia processor instructions
 + + 3dnowex    : Enables 3dnow extensions in mplayer
 + + aalib      : Adds support for media-libs/aalib (ASCII-Graphics Library)
 + + alsa       : Adds support for media-libs/alsa-lib (Advanced Linux Sound
Architecture)
 - - altivec    : Adds support for optimizations for G4 and G5/ppc970 processors
 - - arts       : Adds support for aRts: the KDE sound daemon
 - - bidi       : Enables bidirectional language support
 - - debug      : Tells configure and the makefiles to build for debugging.
Effects vary across packages, but generally it will at least add -g to CFLAGS.
Remember to set FEATURES=nostrip too
 - - divx4linux : Adds support for divx.com's DivX(tm) mpeg4 libary
 - - doc        : Adds extra documentation (API, Javadoc, etc)
 + - dts        : <unknown>
 - - dvb        : Adds support for DVB (Digital Video Broadcasting)
 - - cdparanoia : Enables cdparanoia support
 - - directfb   : Adds support for DirectFB layer (library for FB devices)
 - - dvd        : Adds support for DVDs
 - - dv         : Enables support for a codec used by many camcorders
 - - dvdread    : Enables usage of Ogle's libdvdread for DVD playback
 - - edl        : Enables usage of Edit Decision Lists
 + + encode     : Adds support for MEncoder or LaME encoder, wherever applicable
 - - esd        : Adds support for media-sound/esound (Enlightened Sound Daemon)
 - - fbcon      : Adds framebuffer support for the console, via the kernel
 + + gif        : Adds GIF image support
 - - ggi        : Adds support for media-libs/libggi (non-X video api/drivers)
 + + gtk        : Adds support for x11-libs/gtk+ (The GIMP Toolkit)
 - - i8x0       : Enables support for the i8x0 xvmc video driver
 - - ipv6       : Adds support for IP version 6
 - - jack       : Adds support for the JACK Audio Connection Kit
 - - joystick   : Add support for joysticks in all packages
 + + jpeg       : Adds JPEG image support
 + + libcaca    : Add support for colored ASCII-art graphics
 - - lirc       : Adds support for lirc (Linux's Infra-Red Remote Control)
 - - live       : Enables live.com streaming media support
 + + lzo        : Enables support for lzo compression
 + + mad        : Adds support for mad (high-quality mp3 decoder library and cli
frontend)
 + + matroska   : Adds support for the matroska container format
 - - matrox     : Adds Matrox MGA support to mplayer
 + + mpeg       : Adds libmpeg3 support to various packages.
 + + mmx        : Adds support for optimizations for Pentium MMX and Athlon
class processors
 + + mmx2       : enables mmx2 support
 - - mythtv     : Enables mythtv support in mplayer
 - - nas        : Adds support for network audio sound
 + + nls        : <unknown>
 - - nvidia     : Enables support for the nvidia xvmc video driver
 + + oggvorbis  : Adds support for the OggVorbis audio encoding
 + + opengl     : Adds support for OpenGL
 + - oss        : Adds support for OSS (Open Sound System)
 + + png        : Adds support for libpng (PNG images)
 + + real       : Adds real video support to real through win32codecs
 + + rtc        : Enables usage of the linux real time clock.  The alternative
is software emulation of rtc.
 - - samba      : Adds support for SAMBA
 + + sdl        : Adds support for Simple Direct Layer (media library)
 + + sse        : fast floating point optimization for PentiumIII+ class chips
 - - svga       : Adds support for SVGAlib (graphics library)
 + + tga        : Enables tga output support
 + + theora     : Adds support for the Theora Video Compression Codec
 + + truetype   : Adds support for FreeType and/or FreeType2 fonts
 - - v4l        : Enables video4linux support
 - - v4l2       : Enables video4linux2 support
 + + X          : Adds support for X11
 - - xanim      : Enables support for xanim based codecs
 - - xinerama   : Add support for the xinerama X11 extension, which allows you
to stretch your display across multiple monitors
 + + xmms       : Check/Support for XMMS (X MultiMedia System) player.
 + + xv         : Adds in optional support for the Xvideo extension (an X API
for video playback)
 + + xvid       : Adds support for xvid.org's open-source mpeg-4 codec
 - - xvmc       : Enables X-Video Motion Compensation support
 - - debug      : Tells configure and the makefiles to build for debugging.
Effects vary across packages, but generally it will at least add -g to CFLAGS.
Remember to set FEATURES=nostrip too


[ Found these USE variables for media-video/ffmpeg-0.4.7 ]
 U I
 + + mmx       : Adds support for optimizations for Pentium MMX and Athlon class
processors
 + + encode    : Adds support for MEncoder or LaME encoder, wherever applicable
 + + oggvorbis : Adds support for the OggVorbis audio encoding
 - - doc       : Adds extra documentation (API, Javadoc, etc)
 + + aac       : Enables support for MPEG-4 AAC Audio
 + + dvd       : Adds support for DVDs
 - - static    : !!do not set this during bootstrap!! Causes binaries to be
statically linked instead of dynamically
 + + sdl       : Adds support for Simple Direct Layer (media library)
 + + imlib     : Adds support for media-libs/imlib (Image loading and rendering
library)
 + + truetype  : Adds support for FreeType and/or FreeType2 fonts
 - - debug     : Tells configure and the makefiles to build for debugging.
Effects vary across packages, but generally it will at least add -g to CFLAGS.
Remember to set FEATURES=nostrip too
Comment 1 Alexandru Toma 2005-03-09 04:10:27 UTC
It's not due to the dts USE flag. I have tried USE=-dts and it has the same effect. I have also tried USE="-mmx -sse -mmx2 -3dnow -3dnowex" and it also fails.

This is very strange since, as you can see above, I have already emerged mplayer-1.0_pre6 once (on 28th January). Has the ebuild changed somehow in the meantime?
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-09 10:46:44 UTC
that problem is already fixed, re-emerge media-libs/giflib and/or media-libs/libungif , afterwards try it again. feel free to reopen this one if that hasn't fixed your problems.