From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] janus-gateway: add RTSP streaming support.
Date: Wed, 13 Dec 2017 14:33:18 +0100 [thread overview]
Message-ID: <20171213143318.318cd6bc@windsurf> (raw)
In-Reply-To: <CAFSsvmogEO-eW655ScQ+j6u6w0JYzZWGaw_-Rn_mK3MZe0BV0g@mail.gmail.com>
Hello,
On Tue, 12 Dec 2017 06:30:42 -0500, Adam Duskett wrote:
> >> comment "janus-gateway needs a toolchain w/ dynamic library, threads, wchar"
> >> depends on BR2_USE_MMU
> >> diff --git a/package/janus-gateway/janus-gateway.mk b/package/janus-gateway/janus-gateway.mk
> >> index bf3e590ac5..be31c465f8 100644
> >> --- a/package/janus-gateway/janus-gateway.mk
> >> +++ b/package/janus-gateway/janus-gateway.mk
> >> @@ -58,6 +58,10 @@ else
> >> JANUS_GATEWAY_CONF_OPTS += --disable-plugin-streaming
> >> endif
> >>
> >> +ifeq ($(BR2_PACKAGE_JANUS_STREAMING_RTSP),y)
> >> +JANUS_GATEWAY_DEPENDENCIES += libcurl
> >> +endif
> >
> > Is there a way to disable RTSP? If not, RTSP will be enabled whenever libcurl
> > happens to build before janus-gateway, right? So maybe having libcurl as a
> > usual optional dependency would be better.
> >
> > baruch
> >
> There isn't a way to disable RTSP, however, I am not sure the best way
> to go about this.
> I like being able to just select an option and have it select the dependency.
>
> What would you suggest? Just "if libcurl is selected depend on it" ?
Note: I agree with Baruch on this. If you have an option to enable RTSP
support, then RTSP support should be disabled if the option is
disabled. Since this is not possible with janus-gateway build system,
then you should simply add libcurl as a dependency if
BR2_PACKAGE_LIBCURL=y.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
prev parent reply other threads:[~2017-12-13 13:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-05 13:10 [Buildroot] [PATCH 1/1] janus-gateway: add RTSP streaming support Adam Duskett
2017-12-05 18:40 ` Baruch Siach
2017-12-12 11:30 ` Adam Duskett
2017-12-12 18:58 ` Baruch Siach
2017-12-13 13:33 ` Thomas Petazzoni [this message]
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=20171213143318.318cd6bc@windsurf \
--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