]> git.pld-linux.org Git - packages/Hermes.git/commitdiff
- gcc4 fixes.
authorpiti <piti@pld-linux.org>
Fri, 20 Jan 2006 19:38:06 +0000 (19:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Hermes-gcc4.patch -> 1.1

Hermes-gcc4.patch [new file with mode: 0644]

diff --git a/Hermes-gcc4.patch b/Hermes-gcc4.patch
new file mode 100644 (file)
index 0000000..4087716
--- /dev/null
@@ -0,0 +1,39 @@
+--- Hermes-1.3.3/src/HeadMMX.h 2000-12-06 05:55:28.000000000 +0100
++++ Hermes-1.3.3.patched/src/HeadMMX.h 2005-06-16 12:47:17.000000000 +0200
+@@ -56,6 +56,7 @@
+   extern "C" {   
+   #endif
++#if 0
+   void ConvertMMX(HermesConverterInterface *) __attribute__ ((alias ("_ConvertMMX")));
+   void ClearMMX_32(HermesClearInterface *) __attribute__ ((alias ("_ClearMMX_32")));
+   void ClearMMX_24(HermesClearInterface *)  __attribute__ ((alias ("_ClearMMX_24")));
+@@ -70,6 +71,8 @@
+   void ConvertMMXpII32_16RGB555() __attribute__ ((alias ("_ConvertMMXpII32_16RGB555")));
+   void ConvertMMXpII32_16BGR555() __attribute__ ((alias ("_ConvertMMXpII32_16BGR555")));
++#endif
++
+   #ifdef __cplusplus
+   }
+   #endif
+--- Hermes-1.3.3/src/HeadX86.h 2000-12-06 05:55:28.000000000 +0100
++++ Hermes-1.3.3.patched/src/HeadX86.h 2005-06-16 12:47:37.000000000 +0200
+@@ -88,6 +88,7 @@
+   extern "C" {
+   #endif
++#if 0
+   int Hermes_X86_CPU() __attribute__ ((alias ("_Hermes_X86_CPU")));
+   void ConvertX86(HermesConverterInterface *) __attribute__ ((alias ("_ConvertX86")));
+@@ -137,6 +138,8 @@
+   extern int32 ConvertX86p16_32RGBA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGBA888_LUT_X86")));
+   extern int32 ConvertX86p16_32BGRA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGRA888_LUT_X86")));
++#endif
++
+   #ifdef __cplusplus
+   }
+   #endif
+
This page took 0.866406 seconds and 4 git commands to generate.