http://qa.mandrakesoft.com/show_bug.cgi?id=474
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From [EMAIL PROTECTED] 2003-23-06 18:45 -------
It seems to build fine in current Cooker.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
I was compiling mplayer (CVS 2002.11.05 around 00:30 hours EST, USA) with
ffmpeg/libavcodec (same time as mplayer cvs). I got this compilation error:
gcc -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g
-DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_GNU_SOURCE -c -o utils.o utils.c
In file included from utils.c:20:
dsputil.h:277: warning: static declaration for `lrintf' follows non-static
dsputil.h: In function `lrintf':
dsputil.h:279: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
make[1]: *** [utils.o] Error 1
make[1]: Leaving directory
`/home/ndeb/APPLICATIONS/movie_player/mplayer/main/libavcodec'
make: *** [libavcodec/libavcodec.a] Error 2
The file dsputil.h is in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ffmpeg/ffmpeg/libavcodec/dsputil.h?sortby=date
and the affected version of the file is 1.38.
Its unusual for the compiler to segfault due to some problem in the code !!