[mythtv] MythTV 0.15 Port for FreeBSD

Stacey Son mythdev at son.org
Thu Jun 3 23:00:20 EDT 2004


Matt Zimmerman wrote:

>OK, I split it out into mythcdrom-linux.cpp and mythcdrom-freebsd.cpp.  I've
>no idea if the freebsd part even compiles; send patches if not.
>
>  
>
Just missing #include "mythcontext.h"...  

Index: ./libs/libmyth/mythcdrom-freebsd.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmyth/mythcdrom-freebsd.cpp,v
retrieving revision 1.1
diff -u -r1.1 mythcdrom-freebsd.cpp
--- ./libs/libmyth/mythcdrom-freebsd.cpp        4 Jun 2004 02:31:22 
-0000      1.1
+++ ./libs/libmyth/mythcdrom-freebsd.cpp        4 Jun 2004 02:56:15 -0000
@@ -2,7 +2,7 @@
 #include <errno.h>
 #include <sys/ioctl.h>
 #include <sys/cdio.h>
-
+#include "mythcontext.h"
 
 #define ASSUME_WANT_AUDIO 1
 



More information about the mythtv-dev mailing list