]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- updated for 1.2.9 (is the rest still needed?)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Aug 2005 18:54:39 +0000 (18:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL-gcc4.patch -> 1.4

SDL-gcc4.patch

index 9966509bf315355d615de6b053d7f1c2fbb306c3..ebeba930ceee10fb48eca935aa615e6955fc7caa 100644 (file)
        
  .L_ALIGNED
        push ecx
---- SDL-1.2.8/include/SDL_endian.h.orig        2004-12-13 08:54:30.000000000 +0100
-+++ SDL-1.2.8/include/SDL_endian.h     2005-05-05 16:41:59.000000000 +0200
-@@ -68,7 +68,7 @@
- #elif defined(__GNUC__) && defined(__x86_64__)
- static __inline__ Uint16 SDL_Swap16(Uint16 x)
- {
--      __asm__("xchgb %b0,%h0" : "=q" (x) :  "0" (x));
-+      __asm__("xchgb %b0,%h0" : "=Q" (x) :  "0" (x));
-       return x;
- }
- #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
This page took 0.066871 seconds and 4 git commands to generate.