ShiftMediaProject / FFVS-Project-Generator

A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--enable-nonfree --enable-openssl

a617505352 opened this issue · comments

commented

when i add --enable-nonfree --enable-openssl params ,occour error C1083:“openssl/rand.h”: No such file or directory

You need to have openssl dependency libs installed. The ones provided here are a bit out of date as they are not currently supported. Using gnutls instead of openssl is the preferred option