summaryrefslogtreecommitdiff
path: root/audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-03-25 17:09:05 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-03-25 17:09:05 +0000
commitdb032688dfff0df0cd92849f13033b28a8b1b1f2 (patch)
tree798b5fbd8a866689a9e7a6acdefbbe97f5e7555e /audio/mythplugin-mythmusic/files/patch-mythmusic_mythmusic_cddecoder.h
parent- update to 2.0 (diff)
Update multimedia/mythtv and related ports to 29.1 [1]
Convert multimedia/mythtv-frontend to a slave port of multimedia/mythtv which should make future updates much easier. Upstream security patches have been added to address known vulnerabilities in the bundled ffmpeg 3.2. PR: 225652 (initial patches to update to 29.0) [1] Submitted by: <lucylangthorne55@gmail.com> [1] Differential Revision: https://reviews.freebsd.org/D14563
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;