remove alsa output

This commit is contained in:
2025-01-31 18:45:48 +01:00
parent 47e927cd50
commit baf3eb9c0a
4 changed files with 32 additions and 134 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ file(GLOB LIB_FILES "lib/*.c")
add_library(libfm OBJECT ${LIB_FILES})
# Linker flags for libraries
set(LINK_LIBS "-lpulse -lpulse-simple -lm -lasound")
set(LINK_LIBS "-lpulse -lpulse-simple -lm")
# Loop through each file in src and create an executable
foreach(SRC_FILE ${SRC_FILES})