Commit 644704c9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

rtp output: do not inherit SRTP settings when SRTP is not built-in

parent 48a98edc
......@@ -272,7 +272,10 @@ vlc_module_end ()
static const char *const ppsz_sout_options[] = {
"dst", "name", "port", "port-audio", "port-video", "*sdp", "ttl", "mux",
"sap", "description", "url", "email", "phone",
"proto", "rtcp-mux", "caching", "key", "salt",
"proto", "rtcp-mux", "caching",
#ifdef HAVE_SRTP
"key", "salt",
#endif
"mp4a-latm", NULL
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment