mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Remove unused compile-time option to not use vfork
This commit is contained in:
parent
edc70200c4
commit
a9bd7b2848
4 changed files with 2 additions and 169 deletions
|
|
@ -560,14 +560,10 @@ PulseAudioBackend::control_app_name () const
|
|||
void
|
||||
PulseAudioBackend::launch_control_app ()
|
||||
{
|
||||
#ifdef NO_VFORK
|
||||
(void) system ("pavucontrol");
|
||||
#else
|
||||
if (::vfork () == 0) {
|
||||
::execlp ("pavucontrol", "pavucontrol", (char*)NULL);
|
||||
exit (EXIT_SUCCESS);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/* State Control */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue