summaryrefslogtreecommitdiff
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, 15 insertions, 0 deletions
diff --git a/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h b/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h
new file mode 100644
index 000000000000..25f866faeb3d
--- /dev/null
+++ b/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h
@@ -0,0 +1,15 @@
+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;