[Mplayer-cvslog] CVS: main/libmpcodecs/native RTjpegN.h,1.1,1.2
Alex Beregszaszi
syncmail at mplayerhq.hu
Sat Jun 26 14:39:22 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libmpcodecs/native
In directory mail:/var2/tmp/cvs-serv18738
Modified Files:
RTjpegN.h
Log Message:
x86-64 (amd64) support by Kenny Root
Index: RTjpegN.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/RTjpegN.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RTjpegN.h 27 Dec 2001 21:27:29 -0000 1.1
+++ RTjpegN.h 26 Jun 2004 12:39:20 -0000 1.2
@@ -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;
More information about the MPlayer-cvslog
mailing list