db032688df
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
16 lines
432 B
C
16 lines
432 B
C
--- external/libmythdvdnav/dvdnav/dvdnav/dvdnav.h.orig 2018-01-11 12:39:22 UTC
|
|
+++ external/libmythdvdnav/dvdnav/dvdnav/dvdnav.h
|
|
@@ -33,11 +33,11 @@
|
|
extern "C" {
|
|
#endif
|
|
|
|
-#include <dvdnav/dvd_types.h>
|
|
+#include "dvd_types.h"
|
|
#include <dvdread/dvd_reader.h>
|
|
#include <dvdread/nav_types.h>
|
|
#include <dvdread/ifo_types.h> /* For vm_cmd_t */
|
|
-#include <dvdnav/dvdnav_events.h>
|
|
+#include "dvdnav_events.h"
|
|
|
|
#include "compat.h"
|
|
|