From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] libpjsip: fix optional dependency on libsrtp
Date: Tue, 8 Mar 2016 21:15:26 +0100 [thread overview]
Message-ID: <20160308211526.6a639ffb@free-electrons.com> (raw)
In-Reply-To: <1457387805-4084-2-git-send-email-luca@lucaceresoli.net>
Dear Luca Ceresoli,
On Mon, 7 Mar 2016 22:56:45 +0100, Luca Ceresoli wrote:
> +ifeq ($(BR2_PACKAGE_LIBSRTP),y)
> +LIBPJSIP_DEPENDENCIES += libsrtp
> +LIBPJSIP_CONF_OPTS += --with-external-srtp=$(STAGING_DIR)/usr
> +endif
The --with-external-srtp seems to imply that there is also an
"internal/bundled" srtp.
If pjsip indeed needs srtp unconditionally, then we should always
depend on it and use the external libsrtp rather than the bundled one.
Can you confirm how libsrtp is used by pjsip?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-03-08 20:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 21:56 [Buildroot] [PATCH 1/2] libpjsip: needs threads Luca Ceresoli
2016-03-07 21:56 ` [Buildroot] [PATCH 2/2] libpjsip: fix optional dependency on libsrtp Luca Ceresoli
2016-03-08 20:15 ` Thomas Petazzoni [this message]
2016-03-08 23:01 ` Luca Ceresoli
2016-03-08 20:14 ` [Buildroot] [PATCH 1/2] libpjsip: needs threads Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160308211526.6a639ffb@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox