mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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
13 lines
340 B
C++
13 lines
340 B
C++
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
|