Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
fd8a64d0
Commit
fd8a64d0
authored
Jun 06, 2020
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtp: fix build without SRTP
parent
c2144624
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/access/rtp/rtp.c
modules/access/rtp/rtp.c
+2
-0
No files found.
modules/access/rtp/rtp.c
View file @
fd8a64d0
...
...
@@ -482,8 +482,10 @@ static int OpenURL(vlc_object_t *obj)
return
VLC_SUCCESS
;
error:
#ifdef HAVE_SRTP
if
(
p_sys
->
srtp
!=
NULL
)
srtp_destroy
(
p_sys
->
srtp
);
#endif
if
(
p_sys
->
session
!=
NULL
)
rtp_session_destroy
(
demux
,
p_sys
->
session
);
if
(
p_sys
->
rtcp_sock
!=
NULL
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment