jidctint.c:176: warning: integer constant is too large for "long" type
by adding ULL or LL to the constants.
Later versions of GCC would optimize away the static veriables used in
the assembly language code. Use the "__attribute((__used__))" directive
if __GNUC__ is defined .