r1144 - /experimental/libmpc/debian/patches/03_crc32-internal.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Apr 19 21:18:21 UTC 2008


Author: slomo
Date: Sat Apr 19 21:18:21 2008
New Revision: 1144

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1144
Log:
* fix patch

Modified:
    experimental/libmpc/debian/patches/03_crc32-internal.patch

Modified: experimental/libmpc/debian/patches/03_crc32-internal.patch
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/libmpc/debian/patches/03_crc32-internal.patch?rev=1144&op=diff
==============================================================================
--- experimental/libmpc/debian/patches/03_crc32-internal.patch (original)
+++ experimental/libmpc/debian/patches/03_crc32-internal.patch Sat Apr 19 21:18:21 2008
@@ -1,13 +1,3 @@
---- libmpc-0.1~r394.old/common/crc32.c	2006-11-14 17:54:22.000000000 +0100
-+++ libmpc-0.1~r394/common/crc32.c	2008-04-19 22:39:02.000000000 +0200
-@@ -50,6 +50,7 @@
- }
- 
- /* Return the CRC of the bytes buf[0..len-1]. */
-+__attribute__((visibility("hidden")))
- unsigned long crc32(unsigned char *buf, int len)
- {
- 	return update_crc(0xffffffffL, buf, len) ^ 0xffffffffL;
 diff -Naur libmpc-0.1~r394.old/common/crc32.c libmpc-0.1~r394/common/crc32.c
 --- libmpc-0.1~r394.old/common/crc32.c	2006-11-14 17:54:22.000000000 +0100
 +++ libmpc-0.1~r394/common/crc32.c	2008-04-19 23:08:47.000000000 +0200




More information about the pkg-multimedia-commits mailing list