ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/StableTV/StableTV.xs
(Generate patch)

Comparing StableTV/StableTV.xs (file contents):
Revision 1.1 by root, Sat Oct 15 20:03:31 2005 UTC vs.
Revision 1.2 by root, Tue Nov 1 17:58:57 2005 UTC

1#include "EXTERN.h" 1#include "EXTERN.h"
2#include "perl.h" 2#include "perl.h"
3#include "XSUB.h" 3#include "XSUB.h"
4
5//#define IVTV_H "/usr/src/ivtv-0.4/driver/ivtv.h"
6
7//#include IVTV_H
4 8
5MODULE = StableTV PACKAGE = StableTV 9MODULE = StableTV PACKAGE = StableTV
6 10
7PROTOTYPES: ENABLE 11PROTOTYPES: ENABLE
8 12
13BOOT:
14{
15// CONST (IVTV_STREAM_PS);
16// CONST (IVTV_STREAM_TS);
17// CONST (IVTV_STREAM_MPEG1);
18// CONST (IVTV_STREAM_PES_AV);
19// CONST (IVTV_STREAM_PES_V);
20// CONST (IVTV_STREAM_PES_A);
21// CONST (IVTV_STREAM_DVD);
22// CONST (IVTV_STREAM_VCD);
23// CONST (IVTV_STREAM_SVCD);
24// CONST (IVTV_STREAM_DVD_S1);
25// CONST (IVTV_STREAM_DVD_S2);
26}
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines