Displaying 2 results from an estimated 2 matches for "ac_c_restrict".
2007 May 02
0
[patch] Mac Universal Binaries
...configure.ac
> ===================================================================
> --- configure.ac (revision 12905)
> +++ configure.ac (working copy)
> @@ -32,7 +32,6 @@
> AC_CANONICAL_HOST
> AM_PROG_LIBTOOL
>
> -AC_C_BIGENDIAN
> AC_C_CONST
> AC_C_INLINE
> AC_C_RESTRICT
> Index: libspeex/misc.h
> ===================================================================
> --- libspeex/misc.h (revision 12905)
> +++ libspeex/misc.h (working copy)
> @@ -78,7 +78,7 @@
> /** Convert little endian */
> static inline spx_int32_t le_int(spx_int32_t i)
>...
2007 May 02
4
[patch] Mac Universal Binaries
Hi all,
Speex currently decides endianness at configure-time. This causes the
ppc half of Mac universal binaries to have some endianness problems.
Most notably, the header built by speex_packet_to_header() has
incorrect byte-ordering.
This Apple developer page describes the incantation that can be used
to build universal binaries on Mac. It also highlights the
configure-time versus compile-time