# HG changeset patch # User diego # Date 1367176207 0 # Node ID aa4a7b151801feb744e01baabd281108bba9be8b # Parent 7e9feef7a82d4ca07c55df07544a5d918bd427bc Add #define for DVDCSS_SEEK_KEY to allow compilation without dvdcss.h. diff -r 7e9feef7a82d -r aa4a7b151801 dvd_input.c --- a/dvd_input.c Thu Mar 21 19:23:12 2013 +0000 +++ b/dvd_input.c Sun Apr 28 19:10:07 2013 +0000 @@ -61,6 +61,7 @@ static int (*DVDcss_seek) (dvdcss_t, int, int); static int (*DVDcss_read) (dvdcss_t, void *, int, int); static char * (*DVDcss_error) (dvdcss_t); +#define DVDCSS_SEEK_KEY (1 << 1) #endif /* The DVDinput handle, add stuff here for new input methods. */