1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 12:21:20 +00:00

Merge pull request #413 from mkilgore/fix-pulseaudio-issue

Add a short delay after killing pulseaudio
This commit is contained in:
Matt Kilgore 2023-12-12 11:09:40 -05:00 committed by GitHub
commit 9fe381dd5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -176,6 +176,7 @@ endif
DEP_ICON_RC := y
DEP_SOCKETS := y
DEP_HTTP := y
DEP_CONSOLE := y
endif
include $(PATH_INTERNAL_C)/libqb/build.mk

View file

@ -141,6 +141,7 @@ do
if [ "$CI_TESTING" == "y" ] && command -v pulseaudio > /dev/null
then
pulseaudio -k
sleep .5
pulseaudio -D
fi
else