diff 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
line wrap: on
line diff
--- a/libmpcodecs/native/RTjpegN.h	Sat Jun 26 12:35:35 2004 +0000
+++ b/libmpcodecs/native/RTjpegN.h	Sat Jun 26 12:40:56 2004 +0000
@@ -22,7 +22,7 @@
     
 */
 
-#ifndef _I386_TYPES_H
+#if !defined(_I386_TYPES_H) && !defined(_X86_64_TYPES_H)
 typedef unsigned char __u8;
 typedef unsigned short __u16;
 typedef unsigned long __u32;