]> git.pld-linux.org Git - packages/Hermes.git/blob - Hermes-gcc4.patch
- gcc4 fixes.
[packages/Hermes.git] / Hermes-gcc4.patch
1 --- Hermes-1.3.3/src/HeadMMX.h  2000-12-06 05:55:28.000000000 +0100
2 +++ Hermes-1.3.3.patched/src/HeadMMX.h  2005-06-16 12:47:17.000000000 +0200
3 @@ -56,6 +56,7 @@
4    extern "C" {   
5    #endif
6  
7 +#if 0
8    void ConvertMMX(HermesConverterInterface *) __attribute__ ((alias ("_ConvertMMX")));
9    void ClearMMX_32(HermesClearInterface *) __attribute__ ((alias ("_ClearMMX_32")));
10    void ClearMMX_24(HermesClearInterface *)  __attribute__ ((alias ("_ClearMMX_24")));
11 @@ -70,6 +71,8 @@
12    void ConvertMMXpII32_16RGB555() __attribute__ ((alias ("_ConvertMMXpII32_16RGB555")));
13    void ConvertMMXpII32_16BGR555() __attribute__ ((alias ("_ConvertMMXpII32_16BGR555")));
14  
15 +#endif
16 +
17    #ifdef __cplusplus
18    }
19    #endif
20 --- Hermes-1.3.3/src/HeadX86.h  2000-12-06 05:55:28.000000000 +0100
21 +++ Hermes-1.3.3.patched/src/HeadX86.h  2005-06-16 12:47:37.000000000 +0200
22 @@ -88,6 +88,7 @@
23    extern "C" {
24    #endif
25  
26 +#if 0
27    int Hermes_X86_CPU() __attribute__ ((alias ("_Hermes_X86_CPU")));
28  
29    void ConvertX86(HermesConverterInterface *) __attribute__ ((alias ("_ConvertX86")));
30 @@ -137,6 +138,8 @@
31    extern int32 ConvertX86p16_32RGBA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGBA888_LUT_X86")));
32    extern int32 ConvertX86p16_32BGRA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGRA888_LUT_X86")));
33  
34 +#endif
35 +
36    #ifdef __cplusplus
37    }
38    #endif
39
This page took 0.072699 seconds and 4 git commands to generate.