Mercurial > mplayer.hg
view libmpdemux/dvdauth.h @ 4543:193cb24dca2b
fix display of echocheck on sunos
added missing '--with-mlibdir' to help message
replaced \t by ' ' in help section
uses $MLIBHOME as a hint to set _mlibdir (Solaris)
small indent fixes (dunno why people did not align them ?)
(bugs & fixes for sun by meleth@freebox.com)
author | pl |
---|---|
date | Tue, 05 Feb 2002 22:57:17 +0000 |
parents | 04b2227ab75a |
children | 9975a432cf47 |
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 * ); int dvd_css_descramble ( u_char *, u_char * ); #endif #endif