Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
7383ab1c
Commit
7383ab1c
authored
Oct 28, 2011
by
Sylvain Berfini
🎩
Browse files
Fix a compilation issue with minGW on Win32
parent
f2d2fe87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/msticker.c
src/msticker.c
+1
-1
No files found.
src/msticker.c
View file @
7383ab1c
...
...
@@ -323,8 +323,8 @@ static int set_high_prio(MSTicker *obj){
ms_message
(
"%s priority set to %s and value (%i)"
,
obj
->
name
,
policy
==
SCHED_FIFO
?
"SCHED_FIFO"
:
"SCHED_RR"
,
param
.
sched_priority
);
}
}
#endif
}
return
precision
;
}
...
...
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