mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Revert "Explicitly enable OpenSSL on non-windows"
Accidental commit, OpenSSL 3.0 with Apache license is not out yet.
This reverts commit 3f06639835
.
This commit is contained in:
@ -48,13 +48,3 @@ ffbuild_dockerbuild() {
|
||||
make -j$(nproc)
|
||||
make install_sw
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
[[ $TARGET == win* ]] && return
|
||||
echo --enable-openssl
|
||||
}
|
||||
|
||||
ffbuild_unconfigure() {
|
||||
[[ $TARGET == win* ]] && return
|
||||
echo --disable-openssl
|
||||
}
|
||||
|
Reference in New Issue
Block a user