diff mplayer.c @ 1018:e5fc7ec51fa3

-dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
author lgb
date Tue, 05 Jun 2001 02:13:31 +0000
parents 9744b50fe87f
children 72cacd3b8f30
line wrap: on
line diff
--- a/mplayer.c	Tue Jun 05 01:18:20 2001 +0000
+++ b/mplayer.c	Tue Jun 05 02:13:31 2001 +0000
@@ -632,8 +632,8 @@
     }
     printf("DVD command line requested key is stored for descrambling.\n");
   }
-  if (dvd_device) {
-    if (dvd_auth(dvd_device,f)) {
+  if (dvd_auth_device) {
+    if (dvd_auth(dvd_auth_device,f)) {
         GUI_MSG( mplErrorDVDAuth )
         exit(0);
       }