From 6589107006fd4fc06bdb7d02cb4b1eef45395458 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 3 Jun 2024 21:05:14 +1000 Subject: Basic audio playback with pulseaudio. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 761b428..4505fe0 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ compiler = gcc linker = gcc cflags = -I./ -g $(includes) $(defines) \ -Wall -Wextra -pedantic -std=c99 -lflags = -lX11 -lm +lflags = -lX11 -lm -lpulse -lpulse-simple -lpthread target = twinkplayer includes = defines = \ -- cgit v1.2.3-54-g00ecf