The branch, master has been updated
       via  adc66f30ee3cbd55d42e6079d381fa1a485adb52 (commit)
      from  7321e4b9508685ebede5d6f1ef37a4a00944715e (commit)


- Log -----------------------------------------------------------------
commit adc66f30ee3cbd55d42e6079d381fa1a485adb52
Author:     Jack Lau <[email protected]>
AuthorDate: Sat Sep 6 10:18:39 2025 +0800
Commit:     Timo Rothenpieler <[email protected]>
CommitDate: Sat Sep 6 11:27:54 2025 +0000

    configure: remove openssl version check for whip
    
    This version check for whip is unnecessary.
    Since several rencet patches to the configure
    have already added version checks for OpenSSL.
    
    Signed-off-by: Jack Lau <[email protected]>

diff --git a/configure b/configure
index 0aa93622fe..a38cbdb89f 100755
--- a/configure
+++ b/configure
@@ -7286,15 +7286,6 @@ enabled rkmpp             && { require_pkg_config rkmpp 
rockchip_mpp  rockchip/r
                              }
 enabled vapoursynth       && require_headers "vapoursynth/VSScript4.h 
vapoursynth/VapourSynth4.h"
 
-enabled openssl            && {
-    enabled whip_muxer && {
-        $pkg_config --exists --print-errors "openssl >= 1.0.1k" ||
-        require_pkg_config openssl "openssl >= 1.0.1k" openssl/ssl.h 
SSL_library_init ||
-        require_pkg_config openssl "openssl >= 1.0.1k" openssl/ssl.h 
OPENSSL_init_ssl
-    }
-}
-
-
 if enabled gcrypt; then
     GCRYPT_CONFIG="${cross_prefix}libgcrypt-config"
     if "${GCRYPT_CONFIG}" --version > /dev/null 2>&1; then

-----------------------------------------------------------------------

Summary of changes:
 configure | 9 ---------
 1 file changed, 9 deletions(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to