[Scummvm-git-logs] scummvm master -> 1457e7179cbb788daa64d69859b819b0b4b40a88
sev-
noreply at scummvm.org
Sun Jun 21 22:37:28 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
1457e7179c AUDIO: Change asound_fm.h include
Commit: 1457e7179cbb788daa64d69859b819b0b4b40a88
https://github.com/scummvm/scummvm/commit/1457e7179cbb788daa64d69859b819b0b4b40a88
Author: tunnelsociety (tunnelsociety at mm.st)
Date: 2026-06-22T00:37:24+02:00
Commit Message:
AUDIO: Change asound_fm.h include
Let ScummVM use ALSA on FreeBSD.
`sound/asound_fm.h` is admittedly correct on Linux, but `alsa/sound/asound_fm.h`
works for even more systems.
Changed paths:
audio/alsa_opl.cpp
diff --git a/audio/alsa_opl.cpp b/audio/alsa_opl.cpp
index edb0f09c502..02e9cca4c41 100644
--- a/audio/alsa_opl.cpp
+++ b/audio/alsa_opl.cpp
@@ -38,7 +38,7 @@
#include <sys/ioctl.h>
#include <alsa/asoundlib.h>
-#include <sound/asound_fm.h>
+#include <alsa/sound/asound_fm.h>
namespace OPL {
namespace ALSA {
More information about the Scummvm-git-logs
mailing list