comparison 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
comparison
equal deleted inserted replaced
1041:4b3b2bf1c82b 1042:b333271f4e7c
68 #endif 68 #endif
69 69
70 #include "opendivx/decore.h" 70 #include "opendivx/decore.h"
71 71
72 72
73 //extern int vo_screenwidth; 73 #ifdef X11_FULLSCREEN
74
75 int audio_fd=-1;
76
77 extern int vo_screenwidth; 74 extern int vo_screenwidth;
75 #endif
78 76
79 extern char* win32_codec_name; // must be set before calling DrvOpen() !!! 77 extern char* win32_codec_name; // must be set before calling DrvOpen() !!!
80 78
81 extern int errno; 79 extern int errno;
82 80
664 exit(1); 662 exit(1);
665 } 663 }
666 printf("DVD command line requested key is stored for descrambling.\n"); 664 printf("DVD command line requested key is stored for descrambling.\n");
667 } 665 }
668 if (dvd_auth_device) { 666 if (dvd_auth_device) {
669 if (dvd_auth(dvd_auth_device,f)) { 667 // if (dvd_auth(dvd_auth_device,f)) {
670 // if (dvd_auth(dvd_auth_device,filename)) { 668 if (dvd_auth(dvd_auth_device,filename)) {
671 GUI_MSG( mplErrorDVDAuth ) 669 GUI_MSG( mplErrorDVDAuth )
672 exit(0); 670 exit(0);
673 } 671 }
674 printf("DVD auth sequence seems to be OK.\n"); 672 printf("DVD auth sequence seems to be OK.\n");
675 } 673 }