Opened 8 years ago
Closed 8 years ago
#6371 closed defect (invalid)
problem install ffmpeg on windows(missing files?)
Reported by: | nthrev | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
i try to install ffmpeg on windows (for use in visual studio),
i get an error that the make didn't work correctly (getting on the end of make this error: make: * [library.mak:93: libavutil/avutil-55.dll] Error 1 )
How to reproduce:
this is the config:
./configure --enable-asm --enable-yasm --arch=x86 --disable-ffserver --disable -avdevice --disable-swscale --disable-doc --disable-ffplay --disable-ffprobe --d isable-ffmpeg --enable-shared --disable-static --disable-bzlib --disable-libopen jpeg --disable-iconv --disable-zlib --prefix=/ffmpeg --toolchain=msvc
and then just make.
(i am run on windows 10 pro 64bit)
the full output of the make attached in a seperate file
Attachments (1)
Change History (8)
by , 8 years ago
Attachment: | make_output.txt added |
---|
comment:1 by , 8 years ago
comment:5 by , 8 years ago
Please try make V=1 libavutil/x86/cpuid.o
.
The console output you attached indicates the file was created successfully.
comment:6 by , 8 years ago
i did it ,
this is the output of "make V=1 libavutil/x86/cpuid.o" :
yasm -f win32 -m amd64 -DPIC -I./ -I. -Pconfig.asm -I libavutil/x86/ -M -o libavutil/x86/cpuid.o libavutil/x86/cpuid.asm > libavutil/x86/cpuid.d
vsyasm: warning: unrecognized option `-M'
yasm -f win32 -m amd64 -DPIC -I./ -I. -Pconfig.asm -I libavutil/x86/ -o libavutil/x86/cpuid.o libavutil/x86/cpuid.asm
echo skipping strip -wN '..@*' libavutil/x86/cpuid.o
skipping strip -wN ..@* libavutil/x86/cpuid.o
comment:7 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
You have to download a different yasm binary iiuc:
https://ffmpeg.zeranoe.com/forum/viewtopic.php?t=1343
Does the file exist?