summaryrefslogtreecommitdiffstats
path: root/dvdauth.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-06 21:16:21 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-06 21:16:21 +0000
commita951103bc784e2a08c227e5db80e932b7b25654c (patch)
tree75b29d9999860025a830afeb439170931d55077a /dvdauth.h
parent96d03d719dd02784932d4782f1c861708c4324d6 (diff)
downloadmpv-a951103bc784e2a08c227e5db80e932b7b25654c.tar.bz2
mpv-a951103bc784e2a08c227e5db80e932b7b25654c.tar.xz
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1043 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dvdauth.h')
-rw-r--r--dvdauth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dvdauth.h b/dvdauth.h
index 4203c9cb4b..68ad752c0a 100644
--- a/dvdauth.h
+++ b/dvdauth.h
@@ -1,4 +1,4 @@
-#include "config.h"
+//#include "config.h"
#ifdef HAVE_LIBCSS
#ifndef _MPLAYER_CSS_H
#define _MPLAYER_CSS_H
@@ -9,8 +9,8 @@ extern unsigned char key_title[];
extern unsigned char *dvdimportkey;
extern int descrambling;
-int dvd_auth ( char *, int );
+int dvd_auth ( char *, char * );
int dvd_import_key ( unsigned char * );
#endif
-#endif \ No newline at end of file
+#endif