Commit 68d49b01 authored by Christophe Massiot's avatar Christophe Massiot

* modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1

parent 1d483f63
...@@ -431,7 +431,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -431,7 +431,7 @@ static int Open( vlc_object_t * p_this )
msg_Dbg( p_input, "| | + Title=%s", p_sys->psz_title ); msg_Dbg( p_input, "| | + Title=%s", p_sys->psz_title );
} }
#ifdef HAVE_GMTIME_R #if defined( HAVE_GMTIME_R ) && !defined( SYS_DARWIN )
else if( EbmlId( *el2 ) == KaxDateUTC::ClassInfos.GlobalId ) else if( EbmlId( *el2 ) == KaxDateUTC::ClassInfos.GlobalId )
{ {
KaxDateUTC &date = *(KaxDateUTC*)el2; KaxDateUTC &date = *(KaxDateUTC*)el2;
......
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