mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-21 16:57:09 +02:00
Explicitly enable OpenSSL on non-windows
This commit is contained in:
parent
867c5ce14d
commit
3f06639835
@ -48,3 +48,13 @@ ffbuild_dockerbuild() {
|
||||
make -j$(nproc)
|
||||
make install_sw
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
[[ $TARGET == win* ]] && return
|
||||
echo --enable-openssl
|
||||
}
|
||||
|
||||
ffbuild_unconfigure() {
|
||||
[[ $TARGET == win* ]] && return
|
||||
echo --disable-openssl
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user