view libmpdemux/dvdauth.h @ 8839:c932c17042bf

For solaris, sys/smedia.h header is not needed any more. Compilation was failing on Solaris 7, where sys/smedia.h is not available.
author jkeil
date Wed, 08 Jan 2003 14:11:33 +0000
parents 9975a432cf47
children
line wrap: on
line source

#ifdef HAVE_LIBCSS
#ifndef _MPLAYER_CSS_H
#define _MPLAYER_CSS_H

extern char *dvd_auth_device;
extern unsigned char key_disc[];
extern unsigned char key_title[];
extern unsigned char *dvdimportkey;
extern int descrambling;
extern char *css_so;

int dvd_auth ( char *, char * );
int dvd_import_key ( unsigned char * );
void dvd_css_descramble ( u_char *, u_char * );

#endif
#endif