mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 19:52:14 +00:00
more verbose...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8659 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9a7aac86cd
commit
3de6b3e74a
@ -3286,6 +3286,7 @@ static HANDLE WINAPI expFindFirstFileA(LPCSTR s, LPWIN32_FIND_DATAA lpfd)
|
||||
#ifdef QTX
|
||||
if(strstr(s, "*.QTX")){
|
||||
dbgprintf("FindFirstFileA(0x%x='%s', 0x%x) => QTX\n", s, s, lpfd);
|
||||
printf("\n### Searching for QuickTime plugins (*.qtx) at %s...\n",def_path);
|
||||
qtx_dir=opendir(def_path);
|
||||
if(!qtx_dir) return (HANDLE)-1;
|
||||
memset(lpfd,0,sizeof(*lpfd));
|
||||
|
Loading…
Reference in New Issue
Block a user