[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.90,1.91

Arpi of Ize arpi at mplayer.dev.hu
Sun Oct 21 20:50:54 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv31025

Modified Files:
	cfg-mplayer.h 
Log Message:
DVD message fix

Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- cfg-mplayer.h	21 Oct 2001 12:42:59 -0000	1.90
+++ cfg-mplayer.h	21 Oct 2001 18:50:15 -0000	1.91
@@ -110,10 +110,17 @@
 #else
 //        {"dvd", "DVD support was not compiled in. See file DOCS/DVD.\n",
 //            CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
+#ifdef USE_DVDREAD
+        {"dvdkey", "MPlayer was compiled with libdvdread support, this option not available.\n",
+            CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
+        {"dvdauth", "MPlayer was compiled with libdvdread support! Use option -dvd !\n",
+            CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
+#else
         {"dvdkey", "DVD support was not compiled in. See file DOCS/DVD.\n",
             CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
         {"dvdauth", "DVD support was not compiled in. See file DOCS/DVD.\n",
             CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
+#endif
 #endif
 			    
 #ifdef HAVE_FBDEV




More information about the MPlayer-cvslog mailing list