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

mkv: fix the problem that mkv is not played on OS/2

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 54e605e3
......@@ -830,7 +830,8 @@ void matroska_segment_c::Seek( mtime_t i_date, mtime_t i_time_offset, int64_t i_
}
}
#if !defined(WIN32) && !defined(__ANDROID__) && !defined(__APPLE__)
#if !defined(WIN32) && !defined(__ANDROID__) && !defined(__APPLE__) && \
!defined(__OS2__)
/* Don't try complex seek if we seek to 0 */
if( i_date == 0 && i_time_offset == 0 )
{
......
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