summaryrefslogtreecommitdiffstats
path: root/noatun/library/engine.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 18:34:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 18:34:54 +0900
commit83d0c59cf312df3614ba81844c68a5928afce924 (patch)
tree10a5956abed83472980d0192baeac71c9dab3d4b /noatun/library/engine.cpp
parente09fa1ff0bb258a7e4496011aa6c47912ea8b12a (diff)
downloadtdemultimedia-83d0c59cf312df3614ba81844c68a5928afce924.tar.gz
tdemultimedia-83d0c59cf312df3614ba81844c68a5928afce924.zip
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun/library/engine.cpp')
-rw-r--r--noatun/library/engine.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/noatun/library/engine.cpp b/noatun/library/engine.cpp
index 8e0000fa..4b25a433 100644
--- a/noatun/library/engine.cpp
+++ b/noatun/library/engine.cpp
@@ -39,9 +39,7 @@ static Arts::PlayObject nullPO() { return Arts::PlayObject::null(); }
#define HARDWARE_VOLUME
-#if defined(__osf__)
-#undef HARDWARE_VOLUME
-#elif defined(__linux__)
+#if defined(__linux__)
#include <sys/soundcard.h>
#elif defined(__FreeBSD__)
#include <sys/soundcard.h>