[cairo-commit] libpixman ChangeLog, 1.18, 1.19 configure.in, 1.10, 1.11

David Reveman commit at pdx.freedesktop.org
Sat Sep 11 19:33:25 PDT 2004


Committed by: davidr

Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv28323

Modified Files:
	ChangeLog configure.in 
Log Message:
Byte-order fix

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ChangeLog	12 Sep 2004 02:27:59 -0000	1.18
--- ChangeLog	12 Sep 2004 02:33:23 -0000	1.19
***************
*** 1,4 ****
--- 1,9 ----
  2004-09-12  David Reveman  <c99drn at cs.umu.se>
  
+ 	* src/icint.h: Include "../config.h".
+ 	Define IMAGE_BYTE_ORDER and BITMAP_BIT_ORDER correctly.
+ 
+ 	* configure.in: Added AC_C_BIGENDIAN.
+ 
  	* src/ic.c (pixman_composite): 
  	* src/iccompose.c (IcFetch_transform, IcFetcha_transform): 

Index: configure.in
===================================================================
RCS file: /cvs/cairo/libpixman/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** configure.in	16 Apr 2004 15:50:11 -0000	1.10
--- configure.in	12 Sep 2004 02:33:23 -0000	1.11
***************
*** 36,39 ****
--- 36,41 ----
  AM_PROG_LIBTOOL
  
+ AC_C_BIGENDIAN
+ 
  dnl ===========================================================================
  




More information about the cairo-commit mailing list