mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
build fix for systems lacking capability suppoort. (Problem identified and original patch supplied by Diego Petteno
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1462 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
707def14fc
commit
67cb77575f
1 changed files with 4 additions and 0 deletions
|
|
@ -544,6 +544,10 @@ fail:
|
|||
cap_free(caps);
|
||||
}
|
||||
#endif
|
||||
|
||||
; /* We put this here to get the code to compile when
|
||||
* HAVE_SYS_CAPABILITY_H is not defined. Don't remove unless you
|
||||
* know what you do */
|
||||
}
|
||||
|
||||
/* Reset the priority to normal, inverting the changes made by pa_raise_priority() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue