#7148 closed defect (fixed)
FFmpeg hangs when build with MSVC
Reported by: | KarenHuang | Owned by: | |
---|---|---|---|
Priority: | important | Component: | build system |
Version: | git-master | Keywords: | win regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
FFmpeg hangs when build with MSVC. This issue can be reproduced from master revision 9fd11e51. Could you please help take a look at this? Thank you!
How to reproduce:
- git clone https://github.com/FFmpeg/FFmpeg.git D:\FFmpeg\src
- set FFMPEG_SRC_PATH=%cd%/src
- set FFMPEG_FATE_PATH=../fate-suite/
- set FFMPEG_SRC_DRIVE_LETTER=%cd:~0,1%
- set MSYS2_PATH_TYPE=inherit
- .\tools\msys32\usr\bin\sh.exe --login -i -c "/%FFMPEG_SRC_DRIVE_LETTER%/ffmpeg/tools/build.sh"
Actual result:
FFmpeg hangs and there is no response.
Change History (2)
comment:1 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Component: | undetermined → build system |
---|---|
Keywords: | win regression added |
Priority: | normal → important |
Resolution: | invalid → fixed |
I suspect this was fixed in 638575cd0ba419a7ff8143d67a8cc8c26c526ceb
Note:
See TracTickets
for help on using tickets.
Replying to KarenHuang:
Only FFmpeg's own configure script is supported here.