Re: [FFmpeg-devel] [PATCH] Fix static linking openssl library

2017-06-10 Thread Alexandr Topilski
Hi, on my machine i have built openssl libraries in static mode only, after that i want to build ffmpeg library with https protocol support and configuration failed (undefined reference to 'dlopen') in check_lib openssl because for linking needed dl library, if linked .so libraries first check(chec

Re: [FFmpeg-devel] [PATCH] Fix static linking openssl library

2017-06-23 Thread Alexandr Topilski
Also i built openssl without any flags, simple execute: ./config && make && make install On Fri, Jun 23, 2017 at 10:19 AM, Alexandr Topilski wrote: > Hi, thank you for replay but output of pkg-config --static --libs openssl > is next: > > -L/usr/local/lib -lssl -ld

Re: [FFmpeg-devel] [PATCH] Fix static linking openssl library

2017-06-23 Thread Alexandr Topilski
Hi, thank you for replay but output of pkg-config --static --libs openssl is next: -L/usr/local/lib -lssl -ldl -lcrypto -ldl BR, Alex On Thu, Jun 22, 2017 at 11:07 AM, Moritz Barsnick wrote: > (This really belongs to ffmpeg-user.) > > On Thu, Jun 22, 2017 at 08:14:56 +0300, Alexandr

Re: [FFmpeg-devel] [PATCH] Fix static linking openssl library

2017-06-23 Thread Alexandr Topilski
> (This really belongs to ffmpeg-user.) > > On Thu, Jun 22, 2017 at 08:14:56 +0300, Alexandr Topilski wrote: > > > use_pkg_config openssl openssl/ssl.h SSL_library_init > > check_pkg_config openssl openssl/ssl.h SSL_library_init > > pkg-config --exists --print-error

Re: [FFmpeg-devel] [PATCH] Fix static linking openssl library

2017-07-06 Thread Alexandr Topilski
Ping On Fri, Jun 23, 2017 at 10:26 AM, Alexandr Topilski wrote: > Hi, thank you for reply but output of pkg-config --static --libs openssl > is next: > $ -L/usr/local/lib -lssl -ldl -lcrypto -ldl > > Also i built openssl without any flags, simple execute: ./config &&

Re: [FFmpeg-devel] [PATCH] Fix static linking openssl library

2017-07-27 Thread Alexandr Topilski
That's all what puppies can do, good work, please close issue! I will patch build by hands for raspberry. On Thu, Jul 6, 2017 at 3:25 PM, Alexandr Topilski wrote: > Ping > > On Fri, Jun 23, 2017 at 10:26 AM, Alexandr Topilski > wrote: > >> Hi, thank you for repl