summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libdvdnav/files/libdvdnav-0.1.2-gentoo.patch')
-rw-r--r--media-libs/libdvdnav/files/libdvdnav-0.1.2-gentoo.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-libs/libdvdnav/files/libdvdnav-0.1.2-gentoo.patch b/media-libs/libdvdnav/files/libdvdnav-0.1.2-gentoo.patch
deleted file mode 100644
index 03d5a4d3b694..000000000000
--- a/media-libs/libdvdnav/files/libdvdnav-0.1.2-gentoo.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- read_cache.c 26 Jun 2002 14:59:48 -0000 1.10
-+++ read_cache.c 30 Jun 2002 16:02:55 -0000 1.11
-@@ -83,7 +83,7 @@
- #define _MT_TRACE 1
-
- #if _MT_TRACE
--#define dprintf(fmt, args...) fprintf(stderr, "%s: " fmt, __FUNCTION__, ##args);
-+#define dprintf(fmt, args...) fprintf(stderr, "%s: "fmt, ##__FUNCTION__##, ##args);
- #else
- #define dprintf(fmt, args...) /* Nowt */
- #endif
-@@ -384,9 +384,9 @@
- * This is so that fewer realloc's happen if at all.
- */
- if (self->cache_buffer) {
-- if( block_count > self->cache_malloc_size) {
-+ if(block_count > self->cache_malloc_size) {
- self->cache_buffer = realloc(self->cache_buffer, block_count * DVD_VIDEO_LB_LEN);
-- dprintf("libdvdnav:read_cache:pre_cache DVD read realloc happened\n");
-+ dprintf("libdvdnav:read_cache:pre_cache DVD read realloc happened\n");
- self->cache_malloc_size = block_count;
- }
- } else {
-