After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 649518 - Compile failed (x2): gst_videoscale_orc_
Compile failed (x2): gst_videoscale_orc_
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.32
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-05 22:28 UTC by George Chriss
Modified: 2011-05-06 11:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description George Chriss 2011-05-05 22:28:20 UTC
Using the 5-May-2011 git of Orc, the following two checks fail in gst-plugins-base-0.10.32 using gcc-4.4 in Debian Squeeze 64bit:

gst_videoscale_orc_resample_nearest_u8:
    backup function  :   PASSED
    compiled function:   COMPILE FAILED
gst_videoscale_orc_resample_bilinear_u8:
    backup function  :   PASSED
    compiled function:   COMPILE FAILED


All tests pass in the Orc build directory, and no special compiler options or flags used.
Comment 1 Sebastian Dröge (slomo) 2011-05-06 11:09:29 UTC
This is not a bug, it happens if your CPU doesn't support some features needed for the optimized functions. Everything will still work because the backup code is used.