mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
Don't call pa_rtsig_configure() when we lack the necessary defines.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1931 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
60a935b29f
commit
cb400878fe
1 changed files with 2 additions and 0 deletions
|
|
@ -614,7 +614,9 @@ int main(int argc, char *argv[]) {
|
||||||
else
|
else
|
||||||
pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!");
|
pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!");
|
||||||
|
|
||||||
|
#ifdef SIGRTMIN
|
||||||
pa_rtsig_configure(SIGRTMIN, SIGRTMAX);
|
pa_rtsig_configure(SIGRTMIN, SIGRTMAX);
|
||||||
|
#endif
|
||||||
|
|
||||||
pa_assert_se(mainloop = pa_mainloop_new());
|
pa_assert_se(mainloop = pa_mainloop_new());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue