1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 08:19:13 -04:00
ports/multimedia/mythtv/files/patch-libs_libmythtv_DVD_dvdringbuffer.h
Jason E. Hale db032688df 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
2018-03-25 17:09:05 +00:00

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.