comparison libmpcodecs/native/RTjpegN.h @ 12687:cb35163ef0a1

x86-64 (amd64) support by Kenny Root
author alex
date Sat, 26 Jun 2004 12:40:56 +0000
parents 628c85c15c7b
children 27b0d49988b2
comparison
equal deleted inserted replaced
12686:cc5aa27a50ff 12687:cb35163ef0a1
20 along with this program; if not, write to the Free Software 20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 22
23 */ 23 */
24 24
25 #ifndef _I386_TYPES_H 25 #if !defined(_I386_TYPES_H) && !defined(_X86_64_TYPES_H)
26 typedef unsigned char __u8; 26 typedef unsigned char __u8;
27 typedef unsigned short __u16; 27 typedef unsigned short __u16;
28 typedef unsigned long __u32; 28 typedef unsigned long __u32;
29 typedef unsigned long long __u64; 29 typedef unsigned long long __u64;
30 typedef signed char __s8; 30 typedef signed char __s8;