comparison simple_idct.c @ 9985:266bf83f634d libavcodec

Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
author mru
date Sun, 26 Jul 2009 12:20:04 +0000
parents e9d9d946f213
children 7dd2a45249a9
comparison
equal deleted inserted replaced
9984:32dfddd8992a 9985:266bf83f634d
64 #else 64 #else
65 uint32_t temp; 65 uint32_t temp;
66 #endif 66 #endif
67 67
68 #if HAVE_FAST_64BIT 68 #if HAVE_FAST_64BIT
69 #ifdef WORDS_BIGENDIAN 69 #if HAVE_BIGENDIAN
70 #define ROW0_MASK 0xffff000000000000LL 70 #define ROW0_MASK 0xffff000000000000LL
71 #else 71 #else
72 #define ROW0_MASK 0xffffLL 72 #define ROW0_MASK 0xffffLL
73 #endif 73 #endif
74 if(sizeof(DCTELEM)==2){ 74 if(sizeof(DCTELEM)==2){