2001-04-17 22:04:44 +00:00
|
|
|
#include "config.h"
|
|
|
|
#ifdef HAVE_LIBCSS
|
|
|
|
#ifndef _MPLAYER_CSS_H
|
|
|
|
#define _MPLAYER_CSS_H
|
|
|
|
|
|
|
|
extern char *dvd_device;
|
|
|
|
extern unsigned char key_disc[];
|
|
|
|
extern unsigned char key_title[];
|
2001-04-20 14:32:09 +00:00
|
|
|
extern unsigned char *dvdimportkey;
|
|
|
|
extern int descrambling;
|
2001-04-17 22:04:44 +00:00
|
|
|
|
|
|
|
int dvd_auth ( char *, int );
|
2001-04-20 14:32:09 +00:00
|
|
|
int dvd_import_key ( unsigned char * );
|
2001-04-17 22:04:44 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|