mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: r.czerwinski@pengutronix.de
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: [ptxdist] [PATCH v2] libcurl: add optional RTSP support
Date: Fri,  8 Mar 2024 09:05:55 +0100	[thread overview]
Message-ID: <20240308080555.1508551-1-r.czerwinski@pengutronix.de> (raw)

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




             reply	other threads:[~2024-03-08  8:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08  8:05 r.czerwinski [this message]
2024-03-19  6:44 ` [ptxdist] [APPLIED] " Michael Olbrich

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=20240308080555.1508551-1-r.czerwinski@pengutronix.de \
    --to=r.czerwinski@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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