mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-28 12:30:15 +02:00
Build but don't enable openssl
This commit is contained in:
parent
4ffc48dce1
commit
80e0eea20c
@ -4,7 +4,7 @@ OPENSSL_REPO="https://github.com/openssl/openssl.git"
|
||||
OPENSSL_COMMIT="OpenSSL_1_1_1g"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return -1
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerstage() {
|
||||
@ -47,11 +47,3 @@ ffbuild_dockerbuild() {
|
||||
cd ..
|
||||
rm -rf openssl
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
echo --enable-openssl
|
||||
}
|
||||
|
||||
ffbuild_unconfigure() {
|
||||
echo --disable-openssl
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user