Check for support of ..?

On 2013-07-11 16:23, Martin Storsjö wrote:
--- a/configure
+++ b/configure
@@ -3405,6 +3406,8 @@ unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 
'E';
  EOF
  od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian

+check_inline_asm inline_asm_labels '"1:\n"'
+
  if enabled alpha; then

      check_cflags -mieee

I guess this is more general than just AIX PPC, but AIX PPC is the only affected platform AFAIU. I'm somewhat undecided if we shouldn't restrict this to PPC then.

Patch looks good otherwise and is probably OK as-is.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to