]> git.pld-linux.org Git - packages/gavl.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:18:35 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gavl-non-x86.patch -> 1.2

gavl-non-x86.patch [deleted file]

diff --git a/gavl-non-x86.patch b/gavl-non-x86.patch
deleted file mode 100644 (file)
index bc2cf9c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Nur gavl-0.2.4.orig/gavl/memcpy.c gavl-0.2.4.non-x86/gavl/memcpy.c
---- gavl-0.2.4.orig/gavl/memcpy.c      2006-06-26 20:32:09.000000000 +0000
-+++ gavl-0.2.4.non-x86/gavl/memcpy.c   2007-05-19 17:56:01.000000000 +0000
-@@ -428,11 +428,14 @@
- {
-   unsigned long long int x;
-+# if defined(ARCH_x86)
-   /* that should prevent us from trying cpuid with old cpus */
-   if( config_flags & GAVL_ACCEL_MMX ) {
-     __asm__ volatile (".byte 0x0f, 0x31" : "=A" (x));
-     return x;
--  } else {
-+  } else
-+#endif
-+  {
-     return times(NULL);
-   }
- }
This page took 0.064547 seconds and 4 git commands to generate.