You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug #877
Mike Frysinger 2009-11-05 09:11:43 PST
the current code assumes "unix" means fork() exists. this doesnt work for
no-mmu linux systems as fork() cant be implemented.
simple enough to add fork/vfork tests to configure and let the rest of the code
key off of CMD_MUSIC like normal -- no more needing to hardcode unix/mac-os-x
defines in the source.