mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -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
11 lines
363 B
C
11 lines
363 B
C
--- libs/libmythtv/DVD/dvdringbuffer.h.orig 2018-01-11 12:39:22 UTC
|
|
+++ libs/libmythtv/DVD/dvdringbuffer.h
|
|
@@ -21,7 +21,7 @@ extern "C" {
|
|
#include "libavcodec/avcodec.h"
|
|
}
|
|
|
|
-#include "dvdnav/dvdnav.h"
|
|
+#include "../../../external/libmythdvdnav/dvdnav/dvdnav/dvdnav.h"
|
|
|
|
/** \class MythDVDContext
|
|
* \brief Encapsulates playback context at any given moment.
|