#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to