[mythtv-commits] Ticket #1475: mythcdrom-linux.cpp compiles not with FC3

MythTV mythtv at cvs.mythtv.org
Wed Mar 8 18:31:39 UTC 2006


#1475: mythcdrom-linux.cpp compiles not with FC3
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr
     Type:  patch      |      Status:  new
 Priority:  minor      |   Milestone:     
Component:  mythtv     |     Version:     
 Severity:  medium     |  
-----------------------+----------------------------------------------------
 {{{
 Index: libs/libmyth/mythcdrom-linux.cpp
 ===================================================================
 --- libs/libmyth/mythcdrom-linux.cpp    (Revision 9298)
 +++ libs/libmyth/mythcdrom-linux.cpp    (Arbeitskopie)
 @@ -1,5 +1,13 @@
  #include "mythcdrom.h"
  #include <sys/ioctl.h>                // ioctls
 +#include <linux/version.h>
 +#include <asm/types.h>
 +#define __le64 __u64
 +#define __le32 __u32
 +#define __le16 __u16
 +#define __be64 __u64
 +#define __be32 __u32
 +#define __be16 __u16
  #include <linux/cdrom.h>        // old ioctls for cdrom
  #include <errno.h>
  #include "mythcontext.h"

 }}}

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1475>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list