diff mplayer.c @ 1042:b333271f4e7c

Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
author arpi_esp
date Wed, 06 Jun 2001 21:16:21 +0000
parents 881b949b6c68
children ce338825e215
line wrap: on
line diff
--- a/mplayer.c	Wed Jun 06 19:10:47 2001 +0000
+++ b/mplayer.c	Wed Jun 06 21:16:21 2001 +0000
@@ -70,11 +70,9 @@
 #include "opendivx/decore.h"
 
 
-//extern int vo_screenwidth;
-
-int audio_fd=-1;
-
+#ifdef X11_FULLSCREEN
 extern int vo_screenwidth;
+#endif
 
 extern char* win32_codec_name;  // must be set before calling DrvOpen() !!!
 
@@ -666,8 +664,8 @@
     printf("DVD command line requested key is stored for descrambling.\n");
   }
   if (dvd_auth_device) {
-    if (dvd_auth(dvd_auth_device,f)) {
-//    if (dvd_auth(dvd_auth_device,filename)) {
+//  if (dvd_auth(dvd_auth_device,f)) {
+    if (dvd_auth(dvd_auth_device,filename)) {
         GUI_MSG( mplErrorDVDAuth )
         exit(0);
       }