Fix libmad compilation on MIPS with newer gcc. FS#12013
commitfbe33e07285c2915cc0d9b5ff427ec6683c8c385
authorHuan Zhang <victzhang@gmail.com>
Mon, 11 Jun 2012 21:17:19 +0000 (11 23:17 +0200)
committerFrank Gevaerts <frank@gevaerts.be>
Mon, 11 Jun 2012 21:17:19 +0000 (11 23:17 +0200)
tree36e626f6bf829cb87b9483c4f6cdc1bdb2df5608
parent10b2143fbf56bd03a2050f06617d5af7dbb911df
Fix libmad compilation on MIPS with newer gcc. FS#12013

Since gcc 4.4 the MIPS port no longer recognizes the "h" asm constraint.
It was necessary to remove this constraint in order to avoid generating
unpredictable code sequences. We can achieve the same effect using
128-bit types.

See also:GCC 4.4 release notes at  http://gcc.gnu.org/gcc-4.4/

Change-Id: I713cdf57cde1a989ad960aa441ab1ccf51f1cdc6
lib/rbcodec/codecs/libmad/fixed.h
tools/configure