-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffmpeg and zlib support #7084
Comments
OK. In addition to the above. From the official documentation of FFmpeg:
|
Another addition. It looks that FFmpeg is searching for zlib.lib library name for debug version (not zlibd.lib) |
Same problem using VS2019 when trying to install ffmpeg[ffmpeg,ffserver,ffplay,ffprobe,openssl,lzma,bzip2,vpx,x264,opencl,nonfree,gpl] with almost all the .lib |
@Sibras Could you please submit a Pull Request to commit your changes? |
A PR has been waiting for a while #11277 |
I trying to install FFmpeg on Windows 10, VS2017.
FFmpeg compiled and installed normally, but there is no zlib support.
I tried to dig config.log of FFmpeg and found these lines:
I found that problem is in this command option -DHAVE_UNISTD_H=0.
zlib checks for this definition present and not for its value.
The text was updated successfully, but these errors were encountered: