mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Merge svn changes up to r30663
Conflicts: gui/cfg.c libmpcodecs/vd_dmo.c mplayer.c
This commit is contained in:
@@ -130,7 +130,7 @@ static int open_f(stream_t *stream,int mode, void* opts, int* file_format) {
|
||||
return STREAM_ERROR;
|
||||
}
|
||||
|
||||
#if defined(__MINGW32__) || defined(__CYGWIN__) || defined(__OS2__)
|
||||
#if HAVE_DOS_PATHS
|
||||
// extract '/' from '/x:/path'
|
||||
if( filename[ 0 ] == '/' && filename[ 1 ] && filename[ 2 ] == ':' )
|
||||
filename++;
|
||||
|
||||
Reference in New Issue
Block a user