Commit 0c74488e authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Jean-Baptiste Kempf

Do not use libdvdnav's read ahead cache on OS/2.

Using it causes libdvdnav to complain about 'demux error'.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit bdf3c466d2212343667f5cda1bce3938d17471cd)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8dfbe61b
......@@ -97,7 +97,11 @@ vlc_module_begin ()
vlc_module_end ()
/* Shall we use libdvdnav's read ahead cache? */
#ifdef __OS2__
#define DVD_READ_CACHE 0
#else
#define DVD_READ_CACHE 1
#endif
/*****************************************************************************
* Local prototypes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment