diff options
Diffstat (limited to 'audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.cpp')
-rw-r--r-- | audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.cpp b/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.cpp new file mode 100644 index 000000000000..b8a5cc2689c5 --- /dev/null +++ b/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.cpp @@ -0,0 +1,13 @@ +libcdio-paranoia header location changed after moving to separate project circa 2012 + +--- mythmusic/mythmusic/cddecoder.cpp.orig 2018-02-01 11:15:37 UTC ++++ mythmusic/mythmusic/cddecoder.cpp +@@ -14,7 +14,7 @@ + #include <QString> + + // libcdio +-#include <cdio/cdda.h> ++#include <cdio/paranoia/cdda.h> + #include <cdio/logging.h> + + // MythTV |