[FFmpeg-trac] #5675(build system:new): ffmpeg configure script does not detect openssl 1.1 correctly

FFmpeg trac at avcodec.org
Tue Jun 28 08:46:51 CEST 2016


#5675: ffmpeg configure script does not detect openssl 1.1 correctly
-------------------------------------+-------------------------------------
             Reporter:  EricV        |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:  build        |                  Version:  git-
  system                             |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 The init function used to detect openssl has changed for openssl 1.1 as
 explained here : https://wiki.openssl.org/index.php/Library_Initialization

 if your replace SSL_library_init by OPENSSL_init_ssl in the check_library
 pattern all is fine. It correctly builds and links due to a macro that do
 the conversion.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5675>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list