mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 06:34:32 +02:00
Indirectly fix hidden mbedtls dependency
This commit is contained in:
parent
115bdaac77
commit
dd0713049b
@ -40,6 +40,11 @@ ffbuild_dockerbuild() {
|
|||||||
meson "${myconf[@]}" ..
|
meson "${myconf[@]}" ..
|
||||||
ninja -j"$(nproc)"
|
ninja -j"$(nproc)"
|
||||||
ninja install
|
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() {
|
ffbuild_configure() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user