Originally committed as revision 21522 to svn://svn.ffmpeg.org/ffmpeg/trunk
alsa_asoundlib_h
altivec_h
arpa_inet_h
alsa_asoundlib_h
altivec_h
arpa_inet_h
attribute_packed
bswap
closesocket
attribute_packed
bswap
closesocket
struct { int x; } __attribute__((packed)) x;
EOF
struct { int x; } __attribute__((packed)) x;
EOF
+check_cc <<EOF && enable attribute_may_alias
+union { int x; } __attribute__((may_alias)) x;
+EOF
+
check_cc <<EOF || die "endian test failed"
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
EOF
check_cc <<EOF || die "endian test failed"
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
EOF