summaryrefslogtreecommitdiffstats
path: root/mplayer.c
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 /mplayer.c
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 'mplayer.c')
-rw-r--r--mplayer.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/mplayer.c b/mplayer.c
index 2636afe90e..66609c1339 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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 @@ if(vcd_track){
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);
}