Hi, with Sebastian's patches, I still get a build error, about unknown stswi and lswi asm instructions.
Attaching a patch that fixes it. Thanks, Roland
--- liboil-0.3.17/liboil/powerpc/rgb2bgr.c 2008-09-26 00:36:18.000000000 +0200 +++ new/liboil/powerpc/rgb2bgr.c 2012-11-18 17:44:43.752161448 +0100 @@ -90,6 +90,7 @@ OIL_DEFINE_IMPL_ASM (rgb2bgr_ppc, rgb2bgr); #ifdef HAVE_UNALIGNED_ACCESS +#ifndef __NO_FPRS__ /* This doesn't work on ppc64. */ static void rgb2bgr_ppc2 (uint8_t *dest, uint8_t* src, int n) @@ -111,6 +112,7 @@ OIL_DEFINE_IMPL_ASM (rgb2bgr_ppc2, rgb2bgr); #endif +#endif static void rgb2bgr_ppc3 (uint8_t *dest, uint8_t* src, int n)
_______________________________________________ pkg-gstreamer-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-gstreamer-maintainers
