If you don't need HTTP/URL features you could pass the --disable-http
flag to configure , which removes the SSL dependency.
Otherwise, you could try setting DEPS_CFLAGS and DEPS_LIBS env variables to
the path of openssl before you run configure
DEPS_CFLAGS="-I/usr/local/opt/openssl/include"
DEPS_LIBS="-L/usr/local/opt/openssl/lib -lopenssl"
./configure --disable-doc --disable-examples
On Fri, May 25, 2018 at 2:43 PM, ongaku zettai <sergeinakamoto at
gmail.com>
wrote:
> help compiling Opus!
> i'm stuck at opusfile.
> configure says i don't have openssl package installed but Debian 9.4
> thinks i do.
> this Debian only have Opus 1.2-alpha2 package, so i need to compile Opus
> by myself.
> seems even Debian developers having trouble compiling latest versions of
> Opus,
> what chances do i have to succeed?
>
> _______________________________________________
> opus mailing list
> opus at xiph.org
> http://lists.xiph.org/mailman/listinfo/opus
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.xiph.org/pipermail/opus/attachments/20180525/85f7b365/attachment.html>