[MPlayer-cvslog] r18934 - trunk/mplayer.c
reimar
subversion at mplayerhq.hu
Fri Jul 7 13:20:06 CEST 2006
Author: reimar
Date: Fri Jul 7 13:20:06 2006
New Revision: 18934
Modified:
trunk/mplayer.c
Log:
Remove windows-specific hack that interfered with relative path
handling and should not be needed anymore
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Fri Jul 7 13:20:06 2006
@@ -2653,14 +2653,12 @@
play_tree_iter_free(playtree_iter);
playtree_iter=NULL;
-#ifndef WIN32 //Allow playing movies from network drives. eg. \\Desktop\c\somemovie.avi
if (getcwd(cwd, PATH_MAX) != (char *)NULL)
{
strcat(cwd, "/");
// Prefix relative paths with current working directory
play_tree_add_bpf(playtree, cwd);
}
-#endif /* WIN32 */
// Import initital playtree into GUI.
import_initial_playtree_into_gui(playtree, mconfig, enqueue);
}
More information about the MPlayer-cvslog
mailing list