summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-14 21:58:17 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-14 21:58:17 +0000
commitf1871d576689273847e084e90bd1baa20d68f243 (patch)
tree424d52c90cf534937bf5b7e047065e29f0fd2b80 /mplayer.c
parent900e74381f3834dc8d7d2ed3d6109f35f1a4a7e8 (diff)
downloadmpv-f1871d576689273847e084e90bd1baa20d68f243.tar.bz2
mpv-f1871d576689273847e084e90bd1baa20d68f243.tar.xz
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
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 271b67e75c..5c4a5f6d71 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -67,6 +67,7 @@ extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);
#include "codec-cfg.h"
+#undef USE_DVDNAV
#ifdef USE_DVDNAV
#include <dvdnav.h>
#endif