mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-22 19:09:02 +02:00
Add missing winapi dependencies to libssh .pc file
This commit is contained in:
parent
d635cef3e5
commit
75902682ba
0
scripts.d/50-libaribcaption.sh
Normal file → Executable file
0
scripts.d/50-libaribcaption.sh
Normal file → Executable file
0
scripts.d/50-libjxl/45-lcms2.sh
Normal file → Executable file
0
scripts.d/50-libjxl/45-lcms2.sh
Normal file → Executable file
@ -23,6 +23,9 @@ ffbuild_dockerbuild() {
|
||||
{
|
||||
echo "Requires.private: libssl libcrypto zlib"
|
||||
echo "Cflags.private: -DLIBSSH_STATIC"
|
||||
if [[ $TARGET == win* ]]; then
|
||||
echo "Libs.private: -liphlpapi -lws2_32"
|
||||
fi
|
||||
} >> "$FFBUILD_PREFIX"/lib/pkgconfig/libssh.pc
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user