mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] libcurl: add optional RTSP support
@ 2024-03-08  8:05 r.czerwinski
  2024-03-19  6:44 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: r.czerwinski @ 2024-03-08  8:05 UTC (permalink / raw)
  To: ptxdist; +Cc: Rouven Czerwinski

From: Rouven Czerwinski <r.czerwinski@pengutronix.de>

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
v2:
- use correct PTXCONF symbol for RTSP
 rules/libcurl.in   | 3 +++
 rules/libcurl.make | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/rules/libcurl.in b/rules/libcurl.in
index d5cf3519d..c717668bc 100644
--- a/rules/libcurl.in
+++ b/rules/libcurl.in
@@ -58,6 +58,9 @@ config LIBCURL_VERBOSE
 config LIBCURL_SSL
 	bool "ssl"
 
+config LIBCURL_RTSP
+	bool "rtsp"
+
 if LIBCURL_SSL
 
 choice
diff --git a/rules/libcurl.make b/rules/libcurl.make
index 67dc9a634..10c501e0d 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -51,7 +51,7 @@ LIBCURL_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_LIBCURL_FILE)-file \
 	--disable-ldap \
 	--disable-ldaps \
-	--disable-rtsp \
+	--$(call ptx/endis, PTXCONF_LIBCURL_RTSP)-rtsp \
 	--enable-proxy \
 	--disable-dict \
 	--disable-telnet \
-- 
2.43.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libcurl: add optional RTSP support
  2024-03-08  8:05 [ptxdist] [PATCH v2] libcurl: add optional RTSP support r.czerwinski
@ 2024-03-19  6:44 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-03-19  6:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Rouven Czerwinski

Thanks, applied as 250fa50694b59bc527d77c57fee38160bb81b2e1.

Michael

[sent from post-receive hook]

On Tue, 19 Mar 2024 07:44:40 +0100, Rouven Czerwinski <r.czerwinski@pengutronix.de> wrote:
> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
> Message-Id: <20240308080555.1508551-1-r.czerwinski@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libcurl.in b/rules/libcurl.in
> index d5cf3519d9e7..c717668bc942 100644
> --- a/rules/libcurl.in
> +++ b/rules/libcurl.in
> @@ -58,6 +58,9 @@ config LIBCURL_VERBOSE
>  config LIBCURL_SSL
>  	bool "ssl"
>  
> +config LIBCURL_RTSP
> +	bool "rtsp"
> +
>  if LIBCURL_SSL
>  
>  choice
> diff --git a/rules/libcurl.make b/rules/libcurl.make
> index 67dc9a634203..10c501e0d6bf 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -51,7 +51,7 @@ LIBCURL_CONF_OPT	:= \
>  	--$(call ptx/endis, PTXCONF_LIBCURL_FILE)-file \
>  	--disable-ldap \
>  	--disable-ldaps \
> -	--disable-rtsp \
> +	--$(call ptx/endis, PTXCONF_LIBCURL_RTSP)-rtsp \
>  	--enable-proxy \
>  	--disable-dict \
>  	--disable-telnet \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-19  6:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08  8:05 [ptxdist] [PATCH v2] libcurl: add optional RTSP support r.czerwinski
2024-03-19  6:44 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox