aboutsummaryrefslogtreecommitdiff
path: root/cast
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2020-11-02 13:52:38 -0800
committerJordan Bayles <jophba@chromium.org>2020-11-03 02:28:21 +0000
commit6d65c11720ffca764a104740c9b57b01a56ce80f (patch)
tree306d48c9cc07a07c5a58e858e420b42f4c8f91f1 /cast
parent1003fa794677907cf89753fe46028573f5a0787c (diff)
downloadopenscreen-6d65c11720ffca764a104740c9b57b01a56ce80f.tar.gz
Hotfix: fix standalone sender stringprintf include
Currently the standalone sender doesn't build due to a missing include. This patch fixes this by adding the include. TBR=miu@chromium.org Change-Id: I113d9fd78a676cd4aad9d4366a53fbbfb2b461c3 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2514593 Reviewed-by: Jordan Bayles <jophba@chromium.org> Commit-Queue: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'cast')
-rw-r--r--cast/standalone_sender/main.cc10
1 files changed, 6 insertions, 4 deletions
diff --git a/cast/standalone_sender/main.cc b/cast/standalone_sender/main.cc
index 470a6b52..423f264f 100644
--- a/cast/standalone_sender/main.cc
+++ b/cast/standalone_sender/main.cc
@@ -32,6 +32,7 @@
#include "platform/impl/text_trace_logging_platform.h"
#include "util/alarm.h"
#include "util/chrono_helpers.h"
+#include "util/stringprintf.h"
namespace openscreen {
namespace cast {
@@ -53,15 +54,16 @@ usage: %s <options> <media_file>
-m, --max-bitrate=N
Specifies the maximum bits per second for the media streams.
- Default if not set: %d)"
+ Default if not set: %d
+)"
#if defined(CAST_ALLOW_DEVELOPER_CERTIFICATE)
R"(
-d, --developer-certificate=path-to-cert
Specifies the path to a self-signed developer certificate that will
be permitted for use as a root CA certificate for receivers that
- this sender instance will connect to.
- If omitted, only connections to receivers using an official
- Google-signed cast certificate chain will be permitted.
+ this sender instance will connect to. If omitted, only connections to
+ receivers using an official Google-signed cast certificate chain will
+ be permitted.
)"
#endif
R"(