Nevcairiel / LAVFilters

LAV Filters - Open-Source DirectShow Media Splitter and Decoders
GNU General Public License v2.0
7.19k stars 786 forks source link

build failed on x86 msvc because of miss zlib #552

Closed zhouhang95 closed 11 months ago

zhouhang95 commented 11 months ago

I only build ffmpeg, then i found this error libavformat/MatroskaParser.c(60): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory make: *** [ffbuild/common.mak:67: libavformat/MatroskaParser.o] Error 2

then i try different way: official ffmpeg x64 is ok official ffmpeg x86 is ok your ffmpeg x64 is error your ffmpeg x86 is error

I use msys2, toolchain=msvc to compile it. maybe I don't compile it in right way. Is there any tutor about how to build on windows or build script ?