Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
80e4eb7f
Commit
80e4eb7f
authored
Mar 06, 2015
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix link error when mediastreamer2 is built statically.
parent
4c95c0b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/bench.c
tools/bench.c
+2
-2
No files found.
tools/bench.c
View file @
80e4eb7f
...
...
@@ -81,7 +81,7 @@ struct bench_config cfg[] = {
{
0
,
0
,
0
,
""
,
0
,
0
,
0
,
0
,
NULL
,
NULL
,
NULL
},
};
RtpSession
*
create_duplex_rtpsession
(
int
locport
){
static
RtpSession
*
create_duplex_rtpsession
(
int
locport
){
RtpSession
*
rtpr
;
rtpr
=
rtp_session_new
(
RTP_SESSION_SENDRECV
);
rtp_session_set_recv_buf_size
(
rtpr
,
MAX_RTP_SIZE
);
...
...
@@ -95,7 +95,7 @@ RtpSession *create_duplex_rtpsession(int locport){
return
rtpr
;
}
int
init_bench
(
struct
bench_config
*
bench
)
static
int
init_bench
(
struct
bench_config
*
bench
)
{
PayloadType
*
pt
;
int
pos
;
...
...
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