freebsd-ports/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c
Bernhard Froehlich 5529961b65 - Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory
2012-05-10 08:21:14 +00:00

11 lines
403 B
C

--- libs/libmythdvdnav/dvdnav/dvdnav.c.orig 2012-03-18 12:13:45.805789048 +0100
+++ libs/libmythdvdnav/dvdnav/dvdnav.c 2012-03-18 12:12:47.166812027 +0100
@@ -33,7 +33,7 @@
#include <limits.h>
#include <string.h>
#include <sys/time.h>
-#include "dvdnav/dvdnav.h"
+#include "dvdnav.h"
#include <dvdread/dvd_reader.h>
#include <dvdread/nav_types.h>
#include <dvdread/ifo_types.h> /* For vm_cmd_t */