comparison dvd_input.c @ 82:aa4a7b151801 src

Add #define for DVDCSS_SEEK_KEY to allow compilation without dvdcss.h.
author diego
date Sun, 28 Apr 2013 19:10:07 +0000
parents 7e9feef7a82d
children 4cbc44b20dfe
comparison
equal deleted inserted replaced
81:7e9feef7a82d 82:aa4a7b151801
59 static dvdcss_t (*DVDcss_open) (const char *); 59 static dvdcss_t (*DVDcss_open) (const char *);
60 static int (*DVDcss_close) (dvdcss_t); 60 static int (*DVDcss_close) (dvdcss_t);
61 static int (*DVDcss_seek) (dvdcss_t, int, int); 61 static int (*DVDcss_seek) (dvdcss_t, int, int);
62 static int (*DVDcss_read) (dvdcss_t, void *, int, int); 62 static int (*DVDcss_read) (dvdcss_t, void *, int, int);
63 static char * (*DVDcss_error) (dvdcss_t); 63 static char * (*DVDcss_error) (dvdcss_t);
64 #define DVDCSS_SEEK_KEY (1 << 1)
64 #endif 65 #endif
65 66
66 /* The DVDinput handle, add stuff here for new input methods. */ 67 /* The DVDinput handle, add stuff here for new input methods. */
67 struct dvd_input_s { 68 struct dvd_input_s {
68 /* libdvdcss handle */ 69 /* libdvdcss handle */