mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Indirectly fix hidden mbedtls dependency
This commit is contained in:
parent
115bdaac77
commit
dd0713049b
@ -40,6 +40,11 @@ ffbuild_dockerbuild() {
|
||||
meson "${myconf[@]}" ..
|
||||
ninja -j"$(nproc)"
|
||||
ninja install
|
||||
|
||||
if [[ $TARGET == win* ]]; then
|
||||
# This works around mbedtls not having pkg-config, while recently having added a new dependency.
|
||||
echo "Libs.private: -lbcrypt -lws2_32" >> "$FFBUILD_PREFIX"/lib/pkgconfig/librist.pc
|
||||
fi
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user