From f1871d576689273847e084e90bd1baa20d68f243 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Wed, 14 Jun 2006 21:58:17 +0000 Subject: restored support for dvdnav only in the stream layer; all other functionalities are disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18715 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index e78f9d939a..abf4e330c5 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -27,6 +27,7 @@ {"vcd", "-vcd N is deprecated, use vcd://N instead.\n", CONF_TYPE_PRINT, CONF_NOCFG ,0,0, NULL}, {"cuefile", "-cuefile is deprecated, use cue://filename:N where N is the track number.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, {"cdrom-device", &cdrom_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, +#undef USE_DVDNAV #ifdef USE_DVDNAV {"dvdnav", "-dvdnav is deprecated, use dvdnav:// instead.\n", CONF_TYPE_PRINT, 0, 0, 1, NULL}, {"skipopening", &dvd_nav_skip_opening, CONF_TYPE_FLAG, 0, 0, 1, NULL}, -- cgit v1.2.3