annotate dvdauth.h @ 922:db06ae8967eb

Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
author lgb
date Thu, 31 May 2001 22:32:58 +0000
parents 22ed5f5821e2
children e5fc7ec51fa3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
492
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
1 #include "config.h"
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
2 #ifdef HAVE_LIBCSS
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
3 #ifndef _MPLAYER_CSS_H
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
4 #define _MPLAYER_CSS_H
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
5
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
6 extern char *dvd_device;
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
7 extern unsigned char key_disc[];
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
8 extern unsigned char key_title[];
546
22ed5f5821e2 command line requested DVD key support for Arpi :)
lgb
parents: 492
diff changeset
9 extern unsigned char *dvdimportkey;
22ed5f5821e2 command line requested DVD key support for Arpi :)
lgb
parents: 492
diff changeset
10 extern int descrambling;
492
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
11
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
12 int dvd_auth ( char *, int );
546
22ed5f5821e2 command line requested DVD key support for Arpi :)
lgb
parents: 492
diff changeset
13 int dvd_import_key ( unsigned char * );
492
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
14
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
15 #endif
888a85621f50 preliminary DVD support using libcss
lgb
parents:
diff changeset
16 #endif