#27 closed defect (invalid)
bug in libavcodec\ffv1.c
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | very important | Component: | vd |
Version: | 1.0pre5 | Severity: | blocker |
Keywords: | VERIFIED | Cc: | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Hello, I find bug at compilation Mplayer. This bug is also at compilation
ffmpeg 0.4.9_pre1.
This bug blocked all compilation Mplayer and ffmpeg. Have i send report to
bugzilla for ffmpeg?? Sorry for my english, i live in the Czech Republic.
Alois Nespor
report :
[alois@alium MPlayer-1.0pre5]$ cd /home/INSTALL/SOURCE/MPlayer/MPlayer-1.0pre5/
[alois@alium MPlayer-1.0pre5]$ make
make -C libavcodec LIBPREF=lib LIBSUF=.a
make[1]: Entering directory `/home/INSTALL/SOURCE/MPlayer/MPlayer-
1.0pre5/libavcodec'
cc -I../libvo -I../../libvo -I/usr/X11R6/include -O4 -march=pentium4 -
mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -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
ffv1.c: In function `encode_rgb_frame':
ffv1.c:465: internal compiler error: in find_function_data, at function.c:329
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
make[1]: * [ffv1.o] Error 1
make[1]: Leaving directory `/home/INSTALL/SOURCE/MPlayer/MPlayer-
1.0pre5/libavcodec'
make: * [libavcodec/libavcodec.a] Error 2
[alois@alium MPlayer-1.0pre5]$
Change History (3)
comment:1 by , 20 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 20 years ago
Owner: | changed from | to
---|
Mass reassign all vd bugs to Roberto, the new component owner.
Why didn't you do as the compiler output told you?
Also, you should have specified your compiler and OS version.
This clearly is a compiler bug. So your bugreport should go to the compiler
developers.
Until they fix it, use a different compiler and/or compiler version.