OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | Index: svgalib-1.4.3/src/vgapix.c |
| 2 | =================================================================== |
| 3 | --- svgalib-1.4.3.orig/src/vgapix.c 2011-01-06 12:33:23.000000000 +0100 |
| 4 | +++ svgalib-1.4.3/src/vgapix.c 2011-01-06 12:35:04.000000000 +0100 |
| 5 | @@ -26,7 +26,7 @@ |
| 6 | /* However bswap is not supported by 386 */ |
| 7 | |
| 8 | if (MODEFLAGS & RGB_MISORDERED) |
| 9 | -#ifdef __alpha__ |
| 10 | +#if 1 |
| 11 | c = ((c >> 0) & 0xff) << 16 | |
| 12 | ((c >> 8) & 0xff) << 8 | |
| 13 | ((c >> 16) & 0xff) << 0; |
| 14 | Index: svgalib-1.4.3/gl/driver.c |
| 15 | =================================================================== |
| 16 | --- svgalib-1.4.3.orig/gl/driver.c 2011-01-06 12:36:13.000000000 +0100 |
| 17 | +++ svgalib-1.4.3/gl/driver.c 2011-01-06 12:36:20.000000000 +0100 |
| 18 | @@ -33,7 +33,8 @@ |
| 19 | /* However bswap is not supported by 386 */ |
| 20 | |
| 21 | if (MODEFLAGS & MODEFLAG_24BPP_REVERSED) |
| 22 | -#ifdef __alpha__ |
| 23 | +#if 1 |
| 24 | +/* #ifdef __alpha__ */ |
| 25 | c = ((c >> 0) & 0xff) << 16 | |
| 26 | ((c >> 8) & 0xff) << 8 | |
| 27 | ((c >> 16) & 0xff) << 0; |
| 28 | Index: svgalib-1.4.3/gl/scale.c |
| 29 | =================================================================== |
| 30 | --- svgalib-1.4.3.orig/gl/scale.c 2011-01-06 12:37:26.000000000 +0100 |
| 31 | +++ svgalib-1.4.3/gl/scale.c 2011-01-06 12:38:04.000000000 +0100 |
| 32 | @@ -13,7 +13,8 @@ |
| 33 | /* #define USE_ASM */ |
| 34 | |
| 35 | |
| 36 | -#ifdef __alpha__ |
| 37 | +#if 1 |
| 38 | +/* #ifdef __alpha__ */ |
| 39 | |
| 40 | static inline int muldiv64(int m1, int m2, int d) |
| 41 | { |
| 42 |
