[gstreamer-bugs] [Bug 319482] altivec detections is broken.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Oct 22 09:01:59 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319482
 GStreamer | gst-ffmpeg | Ver: 0.8.6





------- Additional Comments From Koop Mast  2005-10-22 16:01 -------
According to config.log the net line is used for compiling:
-----------------------------------------------------------------------------
root at mac:/usr/src # gcc -o conftest -g -O2 -maltivec -mabi=altivec  -maltivec
-mabi=altivec  altivec.c
root at mac:/usr/src # ./conftest
-----------------------------------------------------------------------------
See no problem, now lets try with out the -02.
-----------------------------------------------------------------------------
root at mac:/usr/src # gcc -o conftest -g -maltivec -mabi=altivec  -maltivec
-mabi=altivec  altivec.c
root at mac:/usr/src # ./conftest Illegal instruction
-----------------------------------------------------------------------------
Funny!

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list