mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 01:46:16 +00:00
a951103bc7
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1043 b3059339-0415-0410-9bf9-f77b7e298cf2
17 lines
335 B
C
17 lines
335 B
C
//#include "config.h"
|
|
#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;
|
|
|
|
int dvd_auth ( char *, char * );
|
|
int dvd_import_key ( unsigned char * );
|
|
|
|
#endif
|
|
#endif
|