Bug 511348 - Fixes build bustage on Android thumb builds r=derf a=build-bustage

This commit is contained in:
Brad Lassey 2010-10-19 09:46:53 -07:00
parent 3b44c6986f
commit 9734e16ccc
3 changed files with 5 additions and 3 deletions

View File

@ -319,6 +319,8 @@ XEXT_LIBS = @XEXT_LIBS@
XCOMPOSITE_LIBS = @XCOMPOSITE_LIBS@
XSS_LIBS = @XSS_LIBS@
MOZ_THUMB2 = @MOZ_THUMB2@
WIN_TOP_SRC = @WIN_TOP_SRC@
CYGWIN_WRAPPER = @CYGWIN_WRAPPER@
AS_PERL = @AS_PERL@

View File

@ -7072,6 +7072,8 @@ if test -n "$MOZ_THUMB2"; then
esac
fi
AC_SUBST(MOZ_THUMB2)
dnl ========================================================
dnl = faststripe theme
dnl ========================================================

View File

@ -49,9 +49,7 @@ union magic {
} halves;
ogg_int64_t whole;
};
#endif
#if BYTE_ORDER==BIG_ENDIAN
#elif BYTE_ORDER==BIG_ENDIAN
union magic {
struct {
ogg_int32_t hi;