From 359b503ecc7c584bacda044a9cbe3c12f8da839c Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 24 Sep 2024 20:30:27 +1000 Subject: audio --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf15054..bc07003 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,9 @@ tool_compiler = gcc linker = gcc cflags = -I./ -g -DDEBUG -Dplat_x11 -Dplat_x86 \ -Dplat_posix -Dallocation_default_alignment=8 \ +-Dplat_pulse \ -Wall -Wextra -pedantic -std=c90 -lflags = -lX11 -lXi +lflags = -lX11 -lXi -lpulse -lpulse-simple -lpthread -lm target = 1bitjam int_dir = intermediate data_dir = data -- cgit v1.2.3-54-g00ecf