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 reply but output of pkg-config --stat

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 && make && > make install > >

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

2017-06-23 Thread Alexandr Topilski
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 && make && make install On Thu, Jun 22, 2017 at 11:07 AM, Moritz Barsnick wrote: > (This really belongs

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 Topilski w

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 -ldl -lcrypto -ldl > > BR, Alex >

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

2017-06-22 Thread Moritz Barsnick
(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-errors openssl > check_func_headers openssl/ssl.h

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-10 Thread Ricardo Constantino
On 10 June 2017 at 09:13, wrote: > From: topilski > > --- > configure | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure b/configure > index 4ec8f21..c92dd1f 100755 > --- a/configure > +++ b/configure > @@ -5942,6 +5942,7 @@ enabled omx && { check_header > OMX_Core

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

2017-06-10 Thread atopilski
From: topilski --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4ec8f21..c92dd1f 100755 --- a/configure +++ b/configure @@ -5942,6 +5942,7 @@ enabled omx && { check_header OMX_Core.h || die "ERROR: OpenMAX IL enabled openssl