summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-cdda/files/vdr-cdda-0.1.0-cdspeed.diff')
-rw-r--r--media-plugins/vdr-cdda/files/vdr-cdda-0.1.0-cdspeed.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/media-plugins/vdr-cdda/files/vdr-cdda-0.1.0-cdspeed.diff b/media-plugins/vdr-cdda/files/vdr-cdda-0.1.0-cdspeed.diff
deleted file mode 100644
index 1fc57749e538..000000000000
--- a/media-plugins/vdr-cdda/files/vdr-cdda-0.1.0-cdspeed.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-
-## 03_cdbremse
-## http://vdr-portal.de/board/thread.php?postid=429254#post429254
-## All lines beginning with `## DP:' are a description of the patch.
-diff -Nur cdda-0.1.0.orig/cdda_device.c cdda-0.1.0/cdda_device.c
---- cdda-0.1.0.orig/cdda_device.c 2005-12-23 10:10:30.000000000 +0100
-+++ cdda-0.1.0/cdda_device.c 2006-03-06 21:59:25.000000000 +0100
-@@ -228,6 +228,7 @@
- mp_cdIo = cdio_open(mp_device, DRIVER_LINUX);
- if (NULL == mp_cdIo)
- return scCannotOpenDevice;
-+ cdio_set_speed(mp_cdIo,2);
- } else
- return scOutOfMemory;
- } else