GNOME Bugzilla – Bug 649518
Compile failed (x2): gst_videoscale_orc_
Last modified: 2011-05-06 11:09:29 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.
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.