changeset 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 bed968b9bd99
files dvd_input.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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. */