summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-12-16 14:00:45 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2017-12-16 14:00:45 +0000
commit9adf3041ccaaa1c50842776ac4acbec479cd8bd4 (patch)
treed52bcf0c7e9e3ce29032cae2c59fae1c944add70
parentAdd upstream libcdio compile patch (diff)
downloadpatches-9adf3041ccaaa1c50842776ac4acbec479cd8bd4.tar.bz2
patches-9adf3041ccaaa1c50842776ac4acbec479cd8bd4.tar.xz
patches-9adf3041ccaaa1c50842776ac4acbec479cd8bd4.zip
libcdio patch no longer required
-rw-r--r--dev-libs/libcdio/libcdio-1.0.0-cddb_compile.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/libcdio/libcdio-1.0.0-cddb_compile.patch b/dev-libs/libcdio/libcdio-1.0.0-cddb_compile.patch
deleted file mode 100644
index b64991b..0000000
--- a/dev-libs/libcdio/libcdio-1.0.0-cddb_compile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur libcdio-1.0.0.orig/src/cdda-player.c libcdio-1.0.0/src/cdda-player.c
---- libcdio-1.0.0.orig/src/cdda-player.c 2017-11-22 02:39:49.000000000 +0100
-+++ libcdio-1.0.0/src/cdda-player.c 2017-11-24 16:16:39.652704315 +0100
-@@ -531,8 +531,8 @@
- get_cddb_disc_info(CdIo_t *p_cdio)
- {
- #ifdef HAVE_CDDB
-- b_db = init_cddb(p_cdio, &p_conn, &p_cddb_disc, xperror, i_first_track,
-- i_tracks, &i_cddb_matches);
-+ b_db = init_cddb(p_cdio, &p_conn, &p_cddb_disc, xperror, i_first_track_global,
-+ i_tracks_global, &i_cddb_matches);
- if (b_db) {
- int i_year;
- i_year = atoi(year);
-@@ -831,7 +831,7 @@
- {
- #ifdef HAVE_CDDB
- cddb_track_t *t = cddb_disc_get_track(p_cddb_disc,
-- i_track - i_first_track);
-+ i_track - i_first_track_global);
- if (t) {
- cddb_track_set_title(t, title);
- cddb_track_set_artist(t, artist);