bug-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[VCDImager Bugs/Devel] Compiling GNU VCDImager/VCDRip 0.6.0 under SGI I


From: Carsten Koch
Subject: [VCDImager Bugs/Devel] Compiling GNU VCDImager/VCDRip 0.6.0 under SGI IRIX 6.5.
Date: Mon, 16 Apr 2001 15:43:37 +0200

Hi,

the attached patch makes GNU VCDImager/VCDRip 0.6.0 compile
under SGI IRIX 6.5.

I have not tested it yet. I will let you know if I run into
problems.

Carsten.

-- 
  +------------------------------------------------------------+
  | Carsten Koch                       E-Mail:  address@hidden  |
  | Team Leader Surf Architecture and Graphical User Interface |
  | ICEM Technologies GmbH                Fax: +49-4286-1608   |
  | Waldsiedlung 7                      Phone: +49-4286-920001 |
  | 27404 Elsdorf-Hatzte, Germany        http://www.icem.com   |
  +------------------------------------------------------------+
diff -ru vcdimager-0.6.0/frontends/cli/vcdimager.c 
vcdimager-0.6.0-IRIX//frontends/cli/vcdimager.c
--- vcdimager-0.6.0/frontends/cli/vcdimager.c   Sun Mar 18 01:13:01 2001
+++ vcdimager-0.6.0-IRIX//frontends/cli/vcdimager.c     Mon Apr 16 15:33:08 2001
@@ -32,6 +32,7 @@
 #include <string.h>
 #include <sys/mman.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <unistd.h>
 
 #include "vcd_types.h"
diff -ru vcdimager-0.6.0/libvcd/vcd_files_private.h 
vcdimager-0.6.0-IRIX//libvcd/vcd_files_private.h
--- vcdimager-0.6.0/libvcd/vcd_files_private.h  Fri Mar  9 02:02:38 2001
+++ vcdimager-0.6.0-IRIX//libvcd/vcd_files_private.h    Mon Apr 16 15:37:44 2001
@@ -107,7 +107,7 @@
 #else
   uint8_t reserved2 : 1;
   uint8_t use_track3 : 1;
-  uint8_t use_lid1 : 1;
+  uint8_t use_lid2 : 1;
   uint8_t user_data_cc : 1;
   uint8_t special_info : 1;
   uint8_t restriction : 2;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]