changeset 4228:bcbe3359e88f

Fixed bug of multiple declaration of 'dvd_device'
author nick
date Fri, 18 Jan 2002 09:10:00 +0000
parents 4b652eac6738
children 9a33ad2f3547
files libmpdemux/dvdauth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/dvdauth.c	Fri Jan 18 05:43:48 2002 +0000
+++ b/libmpdemux/dvdauth.c	Fri Jan 18 09:10:00 2002 +0000
@@ -63,7 +63,7 @@
 
 
 char *dvd_auth_device=NULL;
-char *dvd_device=NULL;
+extern char *dvd_device;
 char *dvd_raw_device=NULL;
 char *css_so=NULL;
 unsigned char key_disc[2048];