aboutsummaryrefslogtreecommitdiff
path: root/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h')
-rw-r--r--audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h b/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h
deleted file mode 100644
index 25f866faeb3d..000000000000
--- a/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h
+++ /dev/null
@@ -1,15 +0,0 @@
-libcdio-paranoia header location changed after moving to separate project circa 2012
-
---- mythmusic/mythmusic/cddecoder.h.orig 2018-02-01 11:15:37 UTC
-+++ mythmusic/mythmusic/cddecoder.h
-@@ -11,8 +11,8 @@ using std::vector;
- #endif
-
- #ifdef HAVE_CDIO
--# include <cdio/cdda.h>
--# include <cdio/paranoia.h>
-+# include <cdio/paranoia/cdda.h>
-+# include <cdio/paranoia/paranoia.h>
- #endif
-
- class MusicMetadata;