[MPlayer-dev-eng] [PATCH] add path support to glob-win32

lode leroy lode_leroy at hotmail.com
Fri Apr 6 13:49:06 CEST 2007


This patch adds path support to the win32 implementation of glob.
The current implementation only supports globbing in the current directory,
so now it is possible to do

mencoder mf://C:/temp/*.bmp -o test.avi

whereas before this patch, one would have to do

OLDPWD=%PWD% & cd C:/temp & mencoder mf://*.bmp -o %OLDPWD%/test.avi & cd 
OLDPWD

_________________________________________________________________
Looking for an old friend? You may find him in  your friends' friends list ! 
http://spaces.live.com/default.aspx?page=Ed01&ss=True
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osdep-globwin32-fullpath.diff
Type: application/octet-stream
Size: 1818 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20070406/7f2ad166/attachment.obj>


More information about the MPlayer-dev-eng mailing list